Tagged: x
-
AuthorPosts
-
November 18, 2016 at 6:35 pm #1263095
P HammondParticipantHi X-ers! Can you please take a look at this page and tell me how I can remove the underline links from the raw element social media images?
Thank you so much!November 18, 2016 at 8:23 pm #1263258
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
body .entry-content a:not(.x-img), body .entry-content a:not(.x-icon) { text-decoration: none !important; }Thanks.
November 23, 2016 at 2:49 pm #1268635
P HammondParticipantHi, I’m not sure you understood my question. I am already using that code in order to create underline links.
What i need to be able to do is remove that code in the section on the page link above where you see the raw content/social media images and links. How can I remove the underlines from this raw content block?
text-decorations: none!important;
added directly to the style of the element doesn’t change anything.
Thank you.November 23, 2016 at 3:17 pm #1268657
JoaoModeratorHi There,
Please add the following code to Appereance > customizer > Custom > CSS
#x-section-2 div.x-raw-content a { text-decoration: none; }Hope that helps,
Joao
November 23, 2016 at 3:53 pm #1268690
P HammondParticipantThank you, but alas, that did not work 🙁
November 23, 2016 at 6:01 pm #1268775
JadeModeratorHI there,
Please try this:
body.page-id-556 .entry-content a:not(.x-img), body.page-id-556 .entry-content a:not(.x-icon) { text-decoration: none !important; }November 24, 2016 at 1:33 pm #1269818
P HammondParticipantYou are magical! Thank you!
November 24, 2016 at 1:50 pm #1269828
JoaoModerator🙂
Glad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1263095 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
