Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @mitch24365,

    1) There is two way you can resize the logo:

    1. Go to dashboard >> Appearance >> Customize >> Site Identity >> Logo Size

    OR

    2. Go to dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS here

    .custom-logo {
    height: Add your value in px;
    max-height: Add your value in px;
    max-width: Add your value in px;
    width: Add your value in px;
    }

    2) To change the Appointment text color, follow the below steps:

    Go to dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS here

    .top-bar .appointment a{
    color: add your color code;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Resize Logo’ is closed to new replies.