• Hi, I’ve been changing the colours on the theme, however there are a few elements I just can’t seem to change.

    For example – on the sample page I’ve set up – the heading title & description won’t change to the one I want despite adding in the page setting.

    Also, I can’t find where to change the colour on the page numbering on the blog and the left border (which is currently pink) on the widget headings.

    Please could you advise. The site URL is https://inharmonytherapies.co.uk

    Thanks
    Kelly

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you using a child theme or a custom CSS plugin?

    Thread Starter kellycairns

    (@kellycairns)

    I started using the CSS plugin but some elements would work and some wouldn’t, so I switched to using the custom CSS in the options panel.

    I’ve changed most of the colours and a few customisations but I can’t even see where I can change these..

    Thanks

    Sounds like you were were not using specific enough CSS selectors. Have you tried using Firefox with the Firebug add-on for this kind of CSS work?

    Hi

    Change the color on the page numbering on the blog.

    Add given css code in custom css box.

    .pagi ul > li > a:hover, .pagi ul > li > a.active, .pagi ul > li > a:focus, .pagi ul > .active > a, .pagi ul > .active > span {
    background-color: Your color code;
    color: Your color code;
    }

    If you want to more changes.
    You need to find specific enough CSS selectors and add your changes css code in custom css box.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issues changing a few elements’ is closed to new replies.