Nature One Pro Toggle Menu & Blog

Home Forums All Other Themes Nature One Pro Toggle Menu & Blog

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37238
    AlexAlex
    Member
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: June 2, 2016

    www.qualityplywoodspec.com/wordpresstest

    I need to change the colors of the toggle menu text, background & hover please.
    Also, how do I change the format of the Blog page & Blog sidebar to be responsive in mobile view? Thanks.

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

    Hi Alex,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:767px) {
    .nav ul{background:#000000 !important;}
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a{color:#ffffff !important;}
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a:hover{color:#d0c90b !important;}
    }

    Regards,
    Dave

    #37520
    AlexAlex
    Member
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: June 2, 2016

    That code changed the colors of the navigation menu in mobile view. What I need is to change the colors of the “TOGGLE CONTENT” (shortcode: [toggle_content title=”Toggle Title 1″]
    Toggle content 1…
    [/toggle_content])
    Thanks,

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

    Hi Alex,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .slide_toggle{background:#000000 !important;}
    .slide_toggle a{color:#ffffff !important;}
    .slide_toggle a:hover{color:#d0c90b !important;}

    Regards,
    Dave

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