• Resolved scoophk

    (@scoophk)


    Can’t seem to find the customize colour area to change a page title’s underline color.

    Thank you!

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

    Thread Starter scoophk

    (@scoophk)

    Just beginning to configure – am still searching themes – Pure&Simple is not currently live – but I like it enough to try to set it up for my client to see as an option – and probably get the pro version – the site is behind a construction page.
    Every page title has an aqua line under it – I would like to change the color of that line – or replace it if it is a graphic.

    Thanks….

    It doesn’t look like there’s a specific configuration option for that color, but you could change it using some custom CSS. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put:

    .type-page .entry-title:after {
    	background: #00ff00;
    }
    Thread Starter scoophk

    (@scoophk)

    Thank you!

    Forgive a rookie stumbling around in the dark but I have the same issue. Unfortunately, I wouldn’t know a custom CSS if it walked up and whacked me in the head.

    Any chance someone could offer a detailed step-by-step to change the header underline colour from the current aqua-type colour to Hex##1C5A7C?

    Site is at http://www.tcwriting.com/

    They made it quite easy to change colours just about everywhere else. It surprises me this was left out.

    Thanks in advance.

    WriterRon, Pure & Simple doesn’t seem to have a custom CSS editor. So you will need a plugin for it.
    1. Download and install a CSS editor plugin. I’m using Jetpack as an example because it’s what I know, (you’d have to link it to a wordpress.com account) but you could also use one from the page linked by stephencottontail above. Make sure the plugin is activated. If you’re using Jetpack, make sure the CSS Editor feature is activated at
    Jetpack > Settings > CSS Editor > Activate

    2. Navigate to the CSS editor screen. In Jetpack it’s at
    Jetpack > Settings > CSS Editor > Configure
    -OR-
    Appearance > Edit CSS

    Some other plugins’ CSS editors are accessed under the Appearance menu too.

    3. Paste into the editor window stephencottontail’s code above, but with your color substituted:

    .type-page .entry-title:after {
    	background: #1C5A7C;
    }

    Be sure to “Save” or “Save Stylesheet” to save your changes.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Page title underline’ is closed to new replies.