Home Forums Total font size in featured section / services "read more" links

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3380
    chelseajo
    Participant

    hi!
    i have 2 questions –

    i would like to change the title / sub-title font on the “featured post” section of the home page. i’ve been trying to work with the custom css & can’t figure out what i need to put here.

    second, i’m hoping to remove the “read more” from the services section, so that the page title links directly to the page.

    thank you so much!

    #3474
    Hash
    Keymaster

    Hi,

    Changing the font would require some complex knowledge of HTML.

    You can remove the read more for the service section with some custom CSS but you can not link to the title. Here is the CSS

    .ht-service-text a{ display: none; }

    #3724
    mklement
    Participant

    Where do you add this code? I don’t know CSS.

    #3730
    Hash
    Keymaster

    Go to Appearance -> Customizer and in the Additional CSS field, add the above code at the end.

    #3732
    mklement
    Participant

    Thank you!!

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