Issue With Button colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26676

    Hi, I cant change any of the color of the botton to the colors I want even when I set them fro the back-end they dont appear in front at all.
    Also I have problem with reducing the hieght of the footer please what css controls that.
    and I added a call to action button in the header but it does not show at all on mobile.
    Also Why is the sticky header not working for mobile

    http://tymslab.com/

    THANKS

    #26686
    Veena
    Moderator

    Can you share a temp login to your site as a private msg ?

    Footer:
    You can use the below custom CSS in themeoptions –

    .sec-nav .sidebars {
        padding: 20px 0 10px 0;
    }
    

    Pls adjust the padding according to your requirement.

    I added a call to action button in the header but it does not show at all on mobile. – I don’t see any issue. Is this resolved?

    Pls use the following custom CSS in themeoptions –

    @media only screen and (max-width: 767px)
    {
    #header.sticky {
        display: block !important;
    }
    #header.sticky #primary-menu {
        display: none !important;
    }}
    
    #29003
    amsltsmith
    Participant

    Hi,

    How do I add a button at the top of the page in the menu bar?

    https://www.avemarialaw.edu/

    Please see attached sample.

    #29027
    Raghavendra
    Moderator

    You can add anything you want to the menu items by enabling advanced menu settings –

    https://en.support.wordpress.com/advanced-menu-settings/

    You can then add custom button by having configuration like the one shown in the image attached with this post. You will need to add a custom link to accomplish this.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.