Home Forums HashOne Delete link of featured pages in featured section

  • This topic has 3 replies, 3 voices, and was last updated 7 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2497
    alcrx
    Participant

    Hi,

    I would like to delete the link of featured pages when you put the cursor over the title of the page in the featured section. I want it to be static.

    How can I do this?

    Thanks!

    #2544
    Hash
    Keymaster

    Hi,

    Yes, it can be done. Add the below Custom CSS code

    .hs-featured-post h3 {
        pointer-events: none;
    }
    #2746
    ambiorix13
    Participant

    Do i copy and paste code into the “additional css” or do i input in the editor

    appearance – editor – then?
    or appearance – customizer – additional css?

    were would i paste this info?
    thanks

    #2762
    Hash
    Keymaster

    Paste it in the Additional CSS field in the customizer panel.

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