Home › Forums › All Other Themes › Adventure theme mobile colours
- This topic has 5 replies, 2 voices, and was last updated 3 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
January 9, 2021 at 3:57 pm #172620
Hi
Very happy overall with using adventure theme on my website www.adventureswitheve.co.uk but i would like to change the header colour when in mobile and or tablet mode, currently it is blue but i cannot seem to change it, any help welcomeJanuary 11, 2021 at 12:27 pm #172675Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .header { background: #282828 !important; } }
Regards,
DaveJanuary 11, 2021 at 3:03 pm #172699Thank you ????
January 12, 2021 at 12:22 pm #172768Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/26/
Regards,
DaveJanuary 12, 2021 at 4:44 pm #172793Thank you for the help much appreciated indeed.
i have a few more beginner problems sorry, hope ok to ask here?
1.. same as original post re header colour in mobile but for the home page which is black, can i change this also?
2.. on my home page i have used the latest news tool from the skt builder can i change background colour of posts from white to another colour?
3.. same q as above but for all posts background colours
4.. and again for posts list when shown as a list such as in this page http://www.adventureswitheve.co.uk/category/latest-news/ can i change white background?
5.. Finally ( sorry i know ) on my home page i used the skt builder to make the about adventure area, within it their is a button that i would like to remove ( and if poss the white line below the header title ) completely or to get it to work as it does not work when a url is saved in it.
many many thanks
Aidan
January 14, 2021 at 6:54 am #172878Hi,
Kindly use this CSS.
@media screen and (max-width:767px) { .home.has_trans_header .header { background: #482136 !important; } } .post_block_style4 { background-color: #482136; } .lay4 .hentry { background-color:#bfbfbf; } body.category-latest-news { background: #fff !important; }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.