Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1263095
    P Hammond
    Participant

    Hi 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!

    http://mitb.flywheelsites.com/?page_id=556

    #1263258
    Prasant Rai
    Moderator

    Hello 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.

    #1268635
    P Hammond
    Participant

    Hi, 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.

    #1268657
    Joao
    Moderator

    Hi 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

    #1268690
    P Hammond
    Participant

    Thank you, but alas, that did not work 🙁

    #1268775
    Jade
    Moderator

    HI 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;
    }
    #1269818
    P Hammond
    Participant

    You are magical! Thank you!

    #1269828
    Joao
    Moderator

    🙂

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1263095 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>