• Resolved apelavin

    (@apelavin)


    Just transferred this site from wordpress.com to bluehost/www.remarpro.com so I’m not sure if you can see the site with the Satisfy theme.

    1. How can I change the color of the navigation bar, and change the menu hover so that only the text color changes? Currently when you hover on menu text, the section of the menu behind the word changes color.

    2. Can I add padding to the navigation bar so that there’s more room for a logo?

    2. The title of each page shows up in the middle of the feature images, can I remove this and the little arrow that shows up at the bottom of the image?

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Webbjocke

    (@webbjocke)

    Hi you can change most of those things by adding some css to your site. It’s best done in the “Additional CSS” section in your customizer.

    1.

    .site-nav .current-menu-item>a, .site-nav .current_page_item>a{
        background: none;
    }
    .site-nav a:hover, .site-nav a:focus, #mobile-menu-btn a:hover, #mobile-menu-btn a:focus{
        color: #d16a57; /* your hover color here */
        background: none;
    }

    2.
    No sorry, the menu bar height in Satisfy is fixed to 55px and can’t be changed for the moment. I’ll see if I can add an option for setting a custom height in the next theme update.

    3.

    #site-hero .vertical-center, .hero-arrow{
        display: none;
    }
    Thread Starter apelavin

    (@apelavin)

    Thank you! that worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change navigation bar and text on feature images’ is closed to new replies.