• Resolved serhiishevchenko

    (@serhiishevchenko)


    Hello,
    I like your theme but I have a few questions.
    Can you tell me please how can I change button color which is under the comment section on the bottom of the page and actually how to make all colors like menu bar colors?
    And how can I insert my site logo in the menu bar and insert image in header?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    1. Our premium version allows you to change the button color in the Customizer. You can also use CSS, like this:

    button, html input[type="button"], input[type="reset"], input[type="submit"], .button, .button:visited {
        color: #ffffff;
        background-color: #666666;
    }
    
    button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus {
        color: #ffffff;
        background-color: #3f3f3f;
    }

    2. Inserting the logo into the menu bar is an option in our premium version as well. Otherwise, you’ll need to use a PHP hook: https://docs.generatepress.com/article/generate_inside_navigation/

    3. Inserting an image into the header can be done in Customize > Layout > Site Identity: https://docs.generatepress.com/article/adding-header-logo/

    Let me know if you need more info ??

    Thread Starter serhiishevchenko

    (@serhiishevchenko)

    Thank you so much Tom!
    I’m sorry if this is off topic but have one more question.
    How can I edit footer content and insert “All rights reserved” etc instead of default text?

    Thread Starter serhiishevchenko

    (@serhiishevchenko)

    Thank you so much Tom!
    For some reason I cannot reply here with another question so I’m gonna create one new topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change button colors’ is closed to new replies.