Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #173866
    ReAnimateHer
    Participant

    Hello there I am wanting to change the colors of a few things on my site reanimateher.com

    I would like to change the following:
    *Widget Text Color
    * Hover color of the text (it is currently blue when you hover over the text)
    * Change the color of the links

    #173892
    tikaram
    Keymaster

    @reanimateher : I recommend you to upgrade to Pro Version of the theme, where you can have more customization option and color options from customizer.

    Please let me know the desired colors for your widget, hover color you want and the color of the links, I will provide you the additional css.

    Regards,
    Tikaram

    #174024
    ReAnimateHer
    Participant

    Hi Tikaram

    Thank you for the information. Once I start bringing in a little more money I would like to go pro but for now this will have to do.
    The Color I want the Widget Text is bddf9b
    The Color of the Hover Over Text Not sure yet
    The Color of the links from Blue to Purple

    #174064
    tikaram
    Keymaster

    @reanimateher : Login to your WordPresss admin. Go to Appearance => Customize => Additional css and add the following css.

    a {
    	color: #800080;
    }
    .widget-area {
    	color: #bddf9b;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

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