Okay
  Public Ticket #2726830
Top Bar Editing
Closed

Comments

  •  3
    jmcquay3293 started the conversation

    I am trying to edit the text color of my top bar, and I can not for the life of me figure out how. Support from word press told me to reach out. They told me that is not provided within the theme options. 

    For the coloration I want, I need to change the text color to black.  I can only change the background color. 


  •  3
    jmcquay3293 replied

    Additionally, the link hover color.

  •  3
    jmcquay3293 replied

    Sorry, wrong screen shot :) 

  •  1,611
    Barry replied

    Hi there,

    Thank you for your message.

    The colors of the theme topbar can be changed under Appearance -> Customize -> Theme Options -> Topbar.

    I'm trying to guess what hover color you would like to change exactly but I assume you mean the hover color of the header contact details? For now the only way to change that is by adding the following CSS code to Appearance -> Customize -> Additional CSS:

    .header-widgets .icon-box:hover .icon-box--icon i {
        color: red;
    }
    .header-widgets .icon-box:hover .icon-box--title,
    .header-widgets .icon-box:hover .icon-box--description {
        color: red;
    }
    

    The value red can be changed to your own color.

    If you mean another color than the header contact details please let me know.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  3
    jmcquay3293 replied

    Thank you, ill keep this to look at. There was not an option for text color in the top bar on the theme. A different Wordpress member provided me the code. I was not able to change the top bar text color or hover color. That was not available in the theme. Unless I was missing something :) very possible