- This topic has 4 replies, 3 voices, and was last updated 7 years, 3 months ago by
mklement.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- September 2, 2017 at 4:32 am #3380
chelseajo
Participanthi!
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!
September 29, 2017 at 7:34 pm #3474Hash
KeymasterHi,
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; }
October 19, 2017 at 12:34 am #3724mklement
ParticipantWhere do you add this code? I don’t know CSS.
October 19, 2017 at 8:56 am #3730Hash
KeymasterGo to Appearance -> Customizer and in the Additional CSS field, add the above code at the end.
October 19, 2017 at 8:03 pm #3732mklement
ParticipantThank you!!
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.