Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #266226
    eewix
    Participant

    Am I able to change the background color of the menu bar on the free Divin theme? It’s currently yellow, and I’d like to change it.

    #266268
    Skandha
    Participant

    @eewix: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        background-color: #f23456;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #266304
    eewix
    Participant

    Thank you so much! That worked for the background, but the line under the site title and home page are different colors and I’m wondering if there is a way to change those as well?

    #266344
    eewix
    Participant

    Hi there, I just wanted to follow up on this. I did some more research, and I think what I need to do is change the color of the underline/hyperlink. If you could let me know how I do that I will have everything I need for my site. Thanks so much.

    #266391
    Skandha
    Participant

    @eewix: Hello there,
    Can you please post in your site URL and let me know color of which links would you like to change.

    Kind Regards,
    SKandha

    #266419
    eewix
    Participant

    Thank you for getting back to me. My site address is evanwix.com. Basically I would like the line under the site title “Evan Wix Writes” at the top to be removed, and for the other underline colors to be black. Also I would like to center the site title and text on all my pages. If you could let me know how I can do all this I would appreciate it.

    #266469
    Skandha
    Participant

    @eewix: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title::first-letter, .site-title a {
        border-bottom: unset;
    }
    .site-branding {
        width: 100%;
    }
    .site-navigation a:hover, .site-navigation a:focus {
    	border-color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #266479
    eewix
    Participant

    Thank you so much, that worked! One last question. I’d like to center the text on all my pages. I went to edit the pages in WP admin and hit center, but the text is all still justified to the left on my pages. How would I change this?

    #266542
    Skandha
    Participant

    @eewix: Hello there,
    Go to => Appearance => Customize => Theme Options => Layout Options => Default Layout => No Sidebar: Full Width and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #266552
    eewix
    Participant

    This worked! Thanks so much for all of your help!

    #266597
    Skandha
    Participant

    @eewix: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/divin/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #266650
    eewix
    Participant

    I’ll be glad to do that. Thank you!

    #266684
    Skandha
    Participant

    @eewix: Thank you for the wonderful review. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Menu Bar Color’ is closed to new replies.