Home › Forums › Air WordPress Theme › Air theme – Font color and other things
- This topic has 9 replies, 2 voices, and was last updated 9 years, 2 months ago by
SeaTheme.
-
AuthorPosts
-
March 7, 2017 at 3:41 am #12265
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
GavinMarch 7, 2017 at 4:36 am #12266Also, 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.
March 7, 2017 at 7:46 am #12267Hi, 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.com – Twitter – FacebookMarch 7, 2017 at 8:13 am #12270Hi
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
GavinMarch 7, 2017 at 8:16 am #12271Also, is there a way to disable the ‘Download image’ option on my photos?
March 7, 2017 at 8:39 am #12272One last thing, can we make the whole photo on the homepage a link to the category post, not just the title?
Thanks again.March 8, 2017 at 2:40 am #12282I 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, underthemeData.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:

note: please clean the browser cache
March 8, 2017 at 3:32 am #12284– 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/
…March 10, 2017 at 2:41 am #12293Hi 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!
GavinMarch 10, 2017 at 3:50 am #12294– 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
adddata-loop="true"in /wp-content/plugins/bm-slider-air/bm-slider.php line 767
it looks like:

– 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; } -
AuthorPosts
- You must be logged in to reply to this topic.
