Support » Theme: Response » Change font colours site-name

  • Resolved Henk vd Beukel

    (@henk-vd-beukel)


    I don’t have a logo in my ‘Response’ theme, but only use the ‘site-name’ and ‘site-description’. When I wanted to change the colours I did so at the lines 702 and 707 of the ‘styles.css’ file:
    Site-name colour in style.css
    changed font colours in 'styles.css' file
    I changed the colours of the site-name and site-description from 333333 and AFAFAF into 1F286A.
    For some unknown reason, however, the colours don’t change.
    I already cleaned my browser cache.
    Is there something else that overrules the styles.css?
    Does anyone have an idea?

    Henk van den Beukel

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    From the screen shot, it seems that this query is regarding the Responsive theme. For issues related to this theme, you can raise a query on https://wordpress.org/support/theme/responsive

    I would recommend that, please do not edit the existing theme files, as the modified content may get overridden during a theme update. It is best practice to add custom CSS or create a child theme for any modifications in the code.

    You can try adding the below CSS under Customize > CSS Styles > Custom CSS Styles

    .site-name a, .site-description
    {
    color: #1F286A;
    }

    Thanks.

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @henk: There is no ‘site-name’ css class in theme’s style.css file for logo.
    ‘site-title’ css class is used for site logo, so you have to add css on ‘site-title’ css class.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font colours site-name’ is closed to new replies.