Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hi, you mean for the sidebar headings? Go to the Typography section of the customizer.

    Thread Starter Vad

    (@vadym1)

    Hi! No, not headings. Need change font size sidebar all texts.

    #sidebar {
        font-size: 13px;
    }
    Theme Author oceanwp

    (@oceanwp)

    Hello, I cannot add typography option for the sidebar content because most widgets use their own font size.

    Thread Starter Vad

    (@vadym1)

    I think you need to remove these styles from style.min.css

    
    wp-content/themes/oceanwp/assets/css/style.min.css
    
    #sidebar {
        font-size: 13px;
    }

    And then in the sidebar the font size will be default.

    Hi,

    I just find solution :
    Go to custom js and css and add this code :

    #right-sidebar{
        font-size: 16px;
    }

    And it’s ok.

    • This reply was modified 6 years, 8 months ago by Pierre236.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar font-size (need add setting)’ is closed to new replies.