• I’m just getting started testing out the pagelines theme locally and I can’t seem to figure out how the custom code section of the Platform settings works.

    For example, I want to change the font color of the site description, so I add the following to the “Footerscripts code or analytics” section of Custom Code:

    .site-description {
    color:#7A6A53;
    font-size:0.85em;
    letter-spacing:2px;
    text-transform:uppercase;
    }

    However, it doesn’t change the site description color. What am I doing wrong?

  • The topic ‘Custom CSS and changing font colors’ is closed to new replies.