• Resolved whiteelephant

    (@whiteelephant-1)


    Easy question for The WP Theme, & I’m probably overlooking something obvious.
    1. Need to change text in header contact info
    2. Need to change color.
    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author CeeWP

    (@ceewp)

    Hi
    Easy. Just check this menu in the customizer
    Appearance ? Customizing ? The WP Options ? Header

    Thanks.

    Is there a way to change the font size and style?

    Theme Author CeeWP

    (@ceewp)

    Hi, Use this custom CSS for these modifications.

    .header-description .cp {
    font-size: 1.22em;
    font-family: Verdana;
    }
    .header-description .ca {
    font-size: 1.52em;
    font-family: Arial;
    }


    Class names:
    .cp = phone
    .ca = address
    .cm = mail
    .ch = hours

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Contact Info’ is closed to new replies.