• Hi. I’m using OceanWP and don’t know how to change the site (not post) title and short description size and typography, as I don’t see any option for that. Is it because it has to be done through CSS? Any help will be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    For the site title, go to Customize > Typography > Site Logo and change the typography. For color, go to Customize > Header > Logo section.

    For site description, add the below code to the Customize > Custom CSS section –

    #site-header.top-header #site-logo #site-description h2 {
        font-size: 24px !important;
        font-style: italic;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Site title and description’ is closed to new replies.