Button, Mobile Mode, Pages not showing

Home Forums All Other Themes Button, Mobile Mode, Pages not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #140627
    Joshua KnellerJoshua Kneller
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: October 29, 2019

    I am having trouble adding a custom button to the section that says “Stone Guard.” Want to add it there. Also, on the slider, the words disappear once I view in mobile mode. Tried changing the size of the font but did not make it appear. My pages do not show at the top of the screen anymore. They only show in “pages” on the right side of screen. Please assist. website URL: www.mworxcountertops.com

    #140629
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    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) {
    .center { overflow:visible !important;}
    #simple-menu { top:-35px !important;}
    .nivo-caption { display:block !important; top:12% !important;}
    .nivo-caption .title { font-size:20px;}
    .nivo-caption .title br { display:none;}
    .nivo-caption .titlesmall { margin-bottom:0 !important;}
    }

    Regards,
    Dave

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