• Resolved hckyman96

    (@hckyman96)


    I was able to change the text color everywhere else in the footer area but I cannot find where to change the text color for the text below “About Guardian.”

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hckyman96

    (@hckyman96)

    Also, is there a way to change the color of the dashed line that’s right above it? Thanks again.

    Hi,

    Go to dashboard admin panel >> appearance menu >> theme options >> general option >> custom css.

    Now write below CSS rules into custom CSS editor :


    .siteinfo{
    color: #31A3DD;
    }
    .divider_dashed1 {
    border-top: 1px dashed #f258bf !important;
    }

    Save the changes.

    Thanks.

    Thread Starter hckyman96

    (@hckyman96)

    That worked! Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change text color in "about guardian" section’ is closed to new replies.