Okay
  Public Ticket #1456113
Recent Project Control Colors
Closed

Comments

  • Catherine started the conversation

    Hello, Is it possible to change the pages font (the one between the <>). The page numbers are too light for my background. I have already added this to the custom CSS. Please see attachment.

    .carousel-heading i {  color: #fff!important;
    }


  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching,

    Please send a link to this page so we can assist you with the right CSS.

    Regards

  •   Catherine replied privately
  •  2,744
    Andrew replied

    Hi Catherine,

    You can use this to increase the size and make the text there standout:

    .carousel-wrap .item-count{    font-size:20px;    color:black;    font-weight:bolder;
    }
    

    hope you are adding it to salient \ general settings - css script related - custom css code.

    Cheers.

  • Catherine replied

    Thanks, that worked.