Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #317622
    sunnybains
    Participant

    Hi,

    I’m using Catch Box Pro and would like to change the way the elements of text display on the Featured Slider. Most likely I’d want them to be centered, bold, and larger than they currently display. In addition, I’d like to change the colon so that it is either replaced by a > or doesn’t have a space to the left of it or both). Ideally, I’d like to change the  post heading text separately (e.g. so it can be bold) from the text, but that’s less critical.

    Can you please send me a sample I could put in the custom CSS that would allow me to change all these parameters?

    Much appreciated!

    Sunny

    #317623
    sunnybains
    Participant

    I’m just adding a second post because I forgot to click the e-mails box.

    #317633
    tikaram
    Keymaster

    @sunnybains : Can you please post in your site URL so that I can check your site and provide the required additional css.

    Regards,
    Tikaram

    #317637
    sunnybains
    Participant

    Here is the current front page: https://www.neuropac.info/

    #317649
    tikaram
    Keymaster

    @sunnybains : Please try adding the following additional css to increase the font size of slider text. Regarding changing the colon : You will need to create a child theme and make the necessary customization as it cannot be changed with the help of additional css.

    .slider-title {
      font-size: 30px;
      font-weight: bold;
    }

    Let me know if this helps you out.

    #317650
    sunnybains
    Participant

    Much appreciated, thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change various Featured Slider parameters’ is closed to new replies.