Okay
  Public Ticket #3714566
Portfolio item
Closed

Comments

  •  1
    Gilda started the conversation

    How might I change the size of the title shown for a category of portfolio times without affecting the other categories.  See attached.  I would like to make the red title on the very top, smaller.

    thank you.

    Attached files:  Screenshot 2024-08-29 at 11.10.04 AM.png

  •  1,875
    Judith replied

    Hello Gilda,

    Thanks for writing in!

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .postid-2249 #page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1, [data-inherit-heading-family="h1"] {
        font-size: 25px;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  1
    Gilda replied

    Thank you