Editing Content below slider

Home Forums All Other Themes Editing Content below slider

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #150481
    billing8billing8
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 4, 2019

    Thank You so Much!

    Last question: I can’t see the mobile menu because my background is white.
    I’d like to change the 3 lines (hamburger) color
    and I’d also like to change the top bar color when someone clicks on the menu.

    Can you show me the right css to place in custom css?

    Hope your day is going well. ; )

    #150487
    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:767px) {
    #simple-menu .fa-bars {
        color: #282828 !important;
    }
    .pad_menutitle {
        background-color: #000 !important;
    }
    }

    Regards,
    Dave

    #150491
    billing8billing8
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 4, 2019

    Perfect! Thank You, Thank You, Thank You!
    SKT Themes are Great!

    #150518
    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.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

    #151098
    billing8billing8
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 4, 2019

    I left SKT an amazing review!

    I had two more questions sorry.

    Is it possible to resize the height of the menu? (Is that based on my logo image?)

    Also is it possible to force the menu to hover at the top even when scrolling down a page?

    Thank You!

    #151130
    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:

    .logo img { margin-top:8px; margin-bottom:0;}
    #topmenu ul li a { padding:44px 22px;}
    .header_wrap.layer_wrapper { width: 100%; float: left; position: sticky; top: 0; z-index: 10;}

    Regards,
    Dave

    #151228
    billing8billing8
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 4, 2019

    Thank You!

    That worked on the front page and looks great, but does not work on any other page with the page attribute-Template: Page Full Width
    (The page attribute-Template: SKT Builder wasn’t as visually appealing so I can’t switch them.)

    Is there a way to make the menu hover on all my other pages with page attribute-Template: Page Full Width?

    I really appreciate all the work you’ve done to help me!

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

    Hi,

    Kindly show us the particular page URLs where you want the changes to happen.

    Regards,
    Dave

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.