Home Forums Air WordPress Theme Air theme – Font color and other things

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #12265
    gavinhost
    Participant
    Purchased
    Expired

    Hi
    I have two issues that I can’t seem to fix on my Air theme:

    – I want to change the colour of the category names on my homepage photos – how do I do this?
    – I want to remove the arrow at the bottom of the home page so there is no white gap at all – only the photo, how do I do this? I want my gallery pages to have a small white space below my page titles.

    Thank you
    Gavin

    #12266
    gavinhost
    Participant
    Purchased
    Expired

    Also, what is the default font for the Air theme in the menu? I want to use this font throughout the website rather than the two different fonts you have used. Thanks.

    #12267
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, Gavin

    Hi, thank you for purchasing our theme

    – I want to change the colour of the category names on my homepage photos – how do I do this?

    Try to here change the color: Appearance / Theme Options / Schemes : Portfolio List > Tag for Item

    – I want to remove the arrow at the bottom of the home page so there is no white gap at all – only the photo, how do I do this? I want my gallery pages to have a small white space below my page titles.

    What’s “arrow ” you talked? the back top arrow? Please leave your home page url and gallery page url, thanks.

    Also, what is the default font for the Air theme in the menu? I want to use this font throughout the website rather than the two different fonts you have used. Thanks.

    Main fonts is “Poppins”, the heading font is “Libre Baskerville”

    FW: Please leave your page url with the question again, because there is many option/template, I am not sure how you set the page. The answer maybe not be right totally.

    Cheers!
    Bwsm – uiueux.comTwitterFacebook

    #12270
    gavinhost
    Participant
    Purchased
    Expired

    Hi
    Thanks for your reply! My URL is http://www.gavinhost.com
    I didn’t have any luck with the changing of the category names on the homepage, what you suggested didn’t seem to work. I have had a couple more issues arise since I last wrote to you:

    – can I make the gallery on the home page scroll infinitely?
    – can I make the logo/menu on the homepage white but then still keep it black on the contact page?
    – my about photo won’t shrink to fit on the mobile view properly, is there anything I can do to fix this?

    Thanks again
    Gavin

    #12271
    gavinhost
    Participant
    Purchased
    Expired

    Also, is there a way to disable the ‘Download image’ option on my photos?

    #12272
    gavinhost
    Participant
    Purchased
    Expired

    One last thing, can we make the whole photo on the homepage a link to the category post, not just the title?
    Thanks again.

    #12282
    SeaTheme
    Keymaster
    Purchased
    Expired

    I didn’t have any luck with the changing of the category names on the homepage

    Please add the css code into Appearance / Theme Options / Custom Css
    .carousel-des-wrap-tit-a{ color: #ffffff; }

    can I make the gallery on the home page scroll infinitely

    Do you want to the slider by mouse wheel?

    can I make the logo/menu on the homepage white but then still keep it black on the contact page?
    One last thing, can we make the whole photo on the homepage a link to the category post, not just the title?

    The 2 questions is by the js:
    Add the js code into /js/custom.theme.js, under themeData.doc.ready(function(){

    jQuery('.top-slider .owl-carousel section').click(function(){
    				var _url = jQuery(this).find('.carousel-des-wrap-tit-a').attr('href');
    				setTimeout(function(){
    					window.location.href = _url;
    				}, 10);
    
    			});

    it should be like:

    js code

    note: please clean the browser cache

    #12284
    SeaTheme
    Keymaster
    Purchased
    Expired

    – my about photo won’t shrink to fit on the mobile view properly, is there anything I can do to fix this?

    Please add the css code into Appearance / Theme Options / Custom Css

    .back-background-img-mobile { 
        background-position: 100% 0;
    }

    Also, is there a way to disable the ‘Download image’ option on my photos?

    There is not the option, you could find a free plugin.

    https://wordpress.org/plugins/prevent-content-copy-image-save/
    or
    https://www.wpkube.com/5-powerful-wordpress-plugins-to-help-prevent-content-theft/

    #12293
    gavinhost
    Participant
    Purchased
    Expired

    Hi again
    Thanks for your reply. I have fixed most of those things but still have a couple more:

    – I am still wondering how to get rid of the large white space at the bottom of the homepage before the arrow? I don’t need the arrow at all.
    – I want the gallery on the homepage to keep scrolling through on repeat – I don’t want it to stop on the last photo.
    – Can we make the whole photos on the homepage a link – not just the text?
    – Sorry I have no idea where to edit the js code?
    – Thanks for the plugins but it is part of the theme that has the download option – I don’t just mean right click. When it is in the full screen mode there is the button at the top that looks like an arrow that has the option of Sharing to Facebook, Pin It and Download.

    Thanks again for your help and fast replies!
    Gavin

    #12294
    SeaTheme
    Keymaster
    Purchased
    Expired

    – I am still wondering how to get rid of the large white space at the bottom of the homepage before the arrow? I don’t need the arrow at all.

    Please use custom css(Appearance / Theme Options / Custom Css):
    body.home #content,body.home #footer,body.home .back-top-wrap{display: none!important;}

    can I make the gallery on the home page scroll infinitely
    add data-loop="true" in /wp-content/plugins/bm-slider-air/bm-slider.php line 767
    it looks like:
    code-loop

    – Can we make the whole photos on the homepage a link – not just the text?
    – Sorry I have no idea where to edit the js code?

    Login FTP to edit the code. If you don’t know how to use, please send me your wp-admin and FTP account via my profile contact form.

    – Thanks for the plugins but it is part of the theme that has the download option – I don’t just mean right click. When it is in the full screen mode there is the button at the top that looks like an arrow that has the option of Sharing to Facebook, Pin It and Download.

    I see, please use the custom css:
    .pswp__share-tooltip .pswp__share--download { display: none!important; }

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.