Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1341145
    lisaparis
    Participant

    Hello!

    I have a few questions here regarding A) the text that says “Not just another wordpress theme…” on the top of my website pages. How do I remove this? (pictured in attached)

    And B) how do I customize the social media icons also on my website (and also pictured in attached)? I would like to change their color, link my social pages to them and also delete the ones I do not want to include. Can you tell me how to do this?

    Lastly, C) is it possible to change all of the fonts on my website? It is an X Theme site with the Icon 07 demo content installed. Please let me know how to do this as well. Thanks!!

    #1341179
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    #1] This area is the topbar. You can change or remove the topbar content text in the customizer. Simply go to Appearance > Customizer > Header > Miscellaneous and find the “Topbar Content”. Please check our knowledge base for more information; https://community.theme.co/kb/customizer-header/

    #2] If you want to add or remove any icons, simply supply or left it blank in the customizer, Appearance > Customizer > Socials. To know more about this options, please check it here: https://community.theme.co/kb/customizer-social/

    #3] You can change the fonts for your site, still, in the customizer. Please go to Appearance > Customizer > Typography. For more details, please check this: https://community.theme.co/kb/customizer-typography/

    Hope this helps.

    #1344167
    lisaparis
    Participant

    This is helpful! Regarding the social icons can you tell me how I can change their color? They are green currently and I want to change that. Thanks!

    #1344243
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-colophon.bottom .x-social-global a {
        color: #ddd;
    }

    Thanks.

    #1344871
    lisaparis
    Participant

    Ok I will so this but I am not familiar with code so do I need to put in there the color I want? I don’t know how to do that so your help is greatly appreciated. Thanks!

    #1345057
    Rupok
    Member

    Hi there,

    You just need to add the code under Custom > CSS in the Customizer and you can change the color code with your preferred color.

    Cheers!

    #1345122
    lisaparis
    Participant

    I added this code under customer > css but I do not know where to go or how to change the actual color from this point. Can you advise me on this? Thanks!

    #1345184
    Jade
    Moderator

    Hi there,

    From the code:

    .x-colophon.bottom .x-social-global a {
        color: #ddd;
    }

    Change #ddd to the value of the color you want to use.

    You can get the color values here : http://htmlcolorcodes.com/

    Hope this helps.

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