• Resolved mike33x

    (@mike33x)


    Hey,

    I want to change text and menu colors but I am not sure what line in styles.css to find it.
    Any help would be great.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post a link to your site?

    Hi mike

    used this step to change text and menu color..

    first is open css folder and find default.css file

    find this code for menu text color

    .navbar-default .navbar-nav > li > a {
    	color: #121212;(
    }

    if you are change all text color use default.css file and changes all text color..

    thanks

    Thread Starter mike33x

    (@mike33x)

    Thanks

    One more question. If I want change the pink color to red. Do I just change all #FA504B to #990012 in the deafult.css?
    Cause I just did that and nothing changed.

    Can you post a link to your site? Also, if you’re using any caching plugins, you may need to temporarily disable it or force-refresh your browser (see your browser’s documentation for details).

    hi mike

    please use default.css file change color property

    example
    if change front service text color use this code

    find this code

    .qua-service-area p {
    color: #6a6a6a;
    }

    and replace

    .qua-service-area p {
    color: red;
    }

    if you are use change all text color
    find default.css file : -<P>,<h1>,<h2>,<h3>,<h4>,<span>,<small>,font-color

    Check all text color and replace follow this example..

    thanks…

    Thread Starter mike33x

    (@mike33x)

    Hey guys,

    Thanks for the help so far, it has all worked.

    stephencottontail here is the site https://coupleskink.com/ (Just let you know its NSFW)

    Would you if it would be possible change color of Date in post?

    Thanks again!

    Can anyone help me with changing/ overriding the hover color for the Menu/ nav?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Text and Menu Colors’ is closed to new replies.