Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1369210
    finger123
    Participant

    Hi.

    I am following this article with the code you given in the past to enlarge my social media icons within a raw content. I have changed the appropriate page ID and section within the code but doesnt seem to be working. can you help?

    https://community.theme.co/forums/topic/social-media-icon-enlarge/#post-1329503

    #1369304
    Rupok
    Member

    Hi there,

    In that case kindly provide us the exact page URL in question and point us the section.

    Cheers!

    #1369328
    finger123
    Participant
    This reply has been marked as private.
    #1369830
    Friech
    Moderator

    Hi There,

    You almost got it but the social media icons is on Section 2, not Section 3.

    .page-id-807 #x-section-2 .x-raw-content a i {
    	font-size: 30px;
    }

    Make sure to clear your caching plugins and browser’s cache before you preview the page.

    Hope it helps, Cheers!

    #1369939
    finger123
    Participant

    hi, that doesnt seem to work still. I originally had it on section-2 as you stated however it didnt work so i changed it to section-3. Anyhow, i changed it back to section-2 and it still the same. no change. can you take a look again?

    #1370178
    Paul R
    Moderator

    Hi,

    I went ahead and added a class to your raw content element my-social-icons

    Then I change the code in Custom css to this.

    
    .my-social-icons.x-raw-content a i {
    	font-size: 30px;
    }
    

    Make sure to clear w3 total cache whenever you do some changes in your site.

    It’s possible to implement a change, and not have it take place because a cached version of the page or various resources are loading instead of the latest version.

    Thanks

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