Home › Forums › Pro Themes › Signify Pro › Signify Pro – URL & page name issues
Tagged: page display name, URL, URL underline color
- This topic has 7 replies, 2 voices, and was last updated 3 years, 11 months ago by Psink.
-
AuthorPosts
-
January 12, 2021 at 4:23 am #142587Stern ChicParticipant
Hello there,
I would like help on the following two issues:
1) Remove URL underline color entirely: I do not want a URL underline on any page.
2) Remove the title of a page which is automatically displayed in the page body below the header.
I tried this code, however nothing changed (even after purging the cache): .header-content h1.page-title { display: none; }
Thank you for you help 🙂
January 12, 2021 at 6:21 am #142601PsinkKeymasterHello Stern Chic
Can you please share your site URL. It would be easy to inspect and give you valid CSS
Regards,
PsinkJanuary 12, 2021 at 7:25 am #142613Stern ChicParticipantilluminated.cc
The URL issue is not only that I cannot remove the orange underline, but that it also changes the active url text color to orange – which I would prefer it not to do.
The page name in the body under the header is not needed.
Thank you again for your help 🙂
January 12, 2021 at 10:57 pm #142656PsinkKeymasterHello Stern Chic
Here we have a few CSS to fix the issue that you are dealing with
CSS To remove page name under the header
.singular-content-wrap article header.entry-header { display: none; }
CSS To remove underline for link
.entry-content a:not(.more-link):not(.button), .entry-summary a:not(.more-link):not(.button), .ew-about a:not(.more-link):not(.button), .widget_text a:not(.more-link):not(.button) { text-decoration: none !important; }
To Add in the theme
Please Go to Admin Panel >> Appearance >> Customize >> Additional CSS, here paste above CSS then publishedHope this helps
Regards,
PsinkJanuary 14, 2021 at 10:42 pm #142744Stern ChicParticipantDear Psink,
Thank you that worked wonderfully! It’s looking good!
I have one more issue, if you could help me.
Now the URL underline in orange is gone, however the url link text is still orange. I would like my url text to be any color I choose. Is there a way to change this?
Thanking you in advance!
Best,
SCJanuary 15, 2021 at 12:30 am #142749PsinkKeymasterHello Stern Chic
Yes, you can change that color too. Just add this CSS as you have done before, and change the color code as per your requirement
.singular-content-wrap .entry-content a:not(.more-link):not(.button):not(button):not(.wp-block-button__link), .singular-content-wrap .entry-summary a:not(.more-link):not(.button):not(button):not(.wp-block-button__link) { color: #9b51e0 !important; }
Have a good day
Regards,
PsinkJanuary 17, 2021 at 3:39 am #142866Stern ChicParticipantThank you Psink,
This is much appreciated!
Best,
SCJanuary 17, 2021 at 8:54 pm #142896PsinkKeymasteryou’re welcome
-
AuthorPosts
- You must be logged in to reply to this topic.