Adventure theme mobile colours

Home Forums All Other Themes Adventure theme mobile colours

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #172620
    Aidan JonesAidan Jones
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: January 24, 2020

    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 welcome

    #172675
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #172699
    Aidan JonesAidan Jones
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: January 24, 2020

    Thank you ????

    #172768
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/26/

    Regards,
    Dave

    #172793
    Aidan JonesAidan Jones
    Participant
    • Topics: 3
    • Replies: 12
    • Total: 15
    Member since: January 24, 2020

    Thank 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

    #172878
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    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

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