Home Forums Basel support forum Styling header text

Styling header text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9371

    Loles Marston
    Participant

    Hi! Where I can customize color and size of the header text?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #9375

    Artem Temos
    Keymaster

    Hello,

    You can use this code snippet to change the text. Add it to the Custom CSS

    .main-header .widgetarea-head {
    	font-size:18px;
      color:red;
    }
    
    .main-header .widgetarea-head a {
      color:red;
    }

    Regards

    #9380

    Loles Marston
    Participant

    Thnak you!

    #9387

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Styling header text’ is closed to new replies.