Home Forums Pro Themes Education Hub Pro Change text length of notice area (header)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190955
    ppicard@usudbury.ca
    Participant

    Hello,

    I was wondering if there is a way to change the amount of text that is displayed in the ‘notice’ area of the theme (top bar that has phone number, email, notice, social icons, etc…). It is listed as ‘theme options/header options’ in the theme configuration.

    At the moment it seems to display about 30-33 characters in the notice (ie. article title) but we were looking to have it display more. Is this possible?

    Thanks,

    Patrick

    #191028
    Psink
    Keymaster

    You can add this CSS in the Additional CSS

    #notice-ticker{
    min-width: 390px;
    }

    and you can change the value of min-width as per your requirement

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.