Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    Which links? The color for all of your links is specified in your theme’s stylesheet.

    Thread Starter weddingsbyjr

    (@weddingsbyjr)

    When I create a post and link to another site, it is currently a light blue color (seen here:https://aweddingdiary.com/?p=103)… I want to change that light blue to the purple… I just can’t find where to locate that code.

    Thanks!

    esmi

    (@esmi)

    That’s a post content link then. Try editing orange.css and change:

    post a {
    color:#A4C4CD;
    text-decoration:underline;
    }

    to:

    post a {
    color:#63c;
    text-decoration:underline;
    }

    Thread Starter weddingsbyjr

    (@weddingsbyjr)

    Ok – I’ve tried that but it doesn’t seem to update right away. Maybe it takes a few minutes.

    Maybe you can help me with something else too – How do I center my nav bar instead of having it to the left?
    THanks!

    esmi

    (@esmi)

    You haven’t made the changes in orange.css.
    Also remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    As for your top nav menu, it’s not easy to centre that kind of menu design unless you are sure that you are not going to add any more links to it.

    Thread Starter weddingsbyjr

    (@weddingsbyjr)

    where do I even find orange.css? sorry – I’m still learning this whole thing ??

    Ok, and there may be a few additional links added to the nav menu as more content is added down the road – so there is still no way to have it center or spread out across the distance of the page?

    Thanks again for your help. I appreciate it!
    Jennifer

    esmi

    (@esmi)

    where do I even find orange.css?

    It’s in the styles folder of your theme. You could try adding the CSS to the very bottom of style.css and see if that works.

    so there is still no way to have it center or spread out across the distance of the page?

    Sorry – no. Not within that design.

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