Questions regarding theme

  • Unknown's avatar

    Hi,

    I would like help on the following:

    1. How to align menu and logo in the same line?Already tried different css codes..
    2. How can I change color of header background?
    3. Can I customize button in the right part of header?
    4. How to create (call to action) button on the home page? Already tried code mentioned in the forum.

    Thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Sure thing! Feel free to tweak the values until they suit your needs.

    1. How to align menu and logo in the same line?Already tried different css codes..

    @media screen and (min-width: 1176px) {
         .main-navigation {
             margin-bottom: 4%;
        }
         .branding-nav-wrapper {
             height: 100px;
        }
    }
    

    2. How can I change color of header background?

    Feel free to replace the HEX code to one of your choice. Here’s purple as an example

    #content {
    border-top-color: #9400D3;
    }
    
    .branding-nav-wrapper {
    background-color: #9400D3;
    }

    3. Can I customize button in the right part of header?

    Could you please clarify which button you’re referring to?

    4. How to create (call to action) button on the home page? Already tried code mentioned in the forum.

    You can learn how to create one here. If you’d like further customisation to it, feel free to mention so!

    https://en.support.wordpress.com/beginning-html/how-to-make-a-call-to-action-button/

    Let us know if you have any further questions or run into any issues with that. :)

  • Unknown's avatar

    Thanks a lot for fast and detail reply.

    2. I am looking to change header content bar in entrepreneur theme. If I add CSS suggested code, I would change navigation bar and logo row, not the one above where is according to theme phone number, email address, email and custom text?

    In addition to this, I am wondering can I add button in this header (it would be like call to action button), not in the navigation menu and logo row, but the one above?

    I would highly appreciate your reply.

  • Unknown's avatar

    Hi again,

    I am looking to change header content bar in entrepreneur theme. If I add CSS suggested code, I would change navigation bar and logo row, not the one above where is according to theme phone number, email address, email and custom text?

    Okay, so just to confirm, is that the bit with I POSLUŠAJ POSLEDNJI PODCAST I? That can be changed with the following (purple as an example again):

    #site-top-content {
    background-color: #9400D3;
    border-bottom-color: #9400D3;
    }

    In addition to this, I am wondering can I add button in this header (it would be like call to action button), not in the navigation menu and logo row, but the one above?

    CSS cannot add something to your website alone; you’d need to use the link I sent earlier to add a button. If you’ve already got it on your page elsewhere, it may be possible to adjust the positioning, but probably not in a reliable way for all devices that maintains exactly what you’re hoping for. As this is a premium theme though, this isn’t something I can test.

  • The topic ‘Questions regarding theme’ is closed to new replies.