Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #106886
    rafalwerez
    Participant

    I would like to put on social media links/buttons (directing to my youtube channel and my facebook page) in the footer or header of my catch box blog. I already tried your advice (“You can activate the social icons you want by adding in your social profile links through “Appearance => Customize => Social Links => Predefined Social Icons”, in your WordPress Dashboard) but nothing happened. What am I missing? Could you please tell me how can I add those links to the blog. Thank you. Best regards. Rafal

    #106895
    Mahesh
    Keymaster

    @rafalwerez: Please post in your site url.

    Regards,
    Mahesh

    #106897
    rafalwerez
    Participant

    I did post my fb url and my youtube channel url under my Appearance/Theme options/Social media but as I said nothing happened.

    #106901
    Mahesh
    Keymaster

    @rafalwerez: No, I mean your site url here so that I can check.

    #106902
    rafalwerez
    Participant
    #106905
    Mahesh
    Keymaster

    @rafalwerez: Checked your site, and its because of the following Custom CSS:

    #site-generator {
        display: none;
    }

    Please remove it.

    Regards,
    Mahesh

    #106906
    rafalwerez
    Participant

    Thanks. But where exactly do I find that code?
    I think I put it in a long time ago in order not to have “all rights reserved” sentence on the bottom of the page. I guess once I remove it the “All rights reserved” sentence will come back on, won’t it? Is there a way to turn on the social media icons without turning on “all rights reserved” sentence back on?

    #106908
    Mahesh
    Keymaster

    @rafalwerez: You can edit the Footer content in Pro version. I recommend you to upgrade to Pro.
    For displaying the footer content, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-generator {
        display: block !important;
    }

    Regards,
    Mahesh

    #106910
    rafalwerez
    Participant

    I don’t see where the “Additional CSS” box is. I only see: “style.css , editor-style-rtl.css, editor-style.css and rtl.css” I also don’t know where to find
    #site-generator {
    display: none;
    }
    So I cannot do any of the 2 things you recommended.

    #106911
    Mahesh
    Keymaster

    @rafalwerez: You can put the css in style.css too. But I recommend you to put in in Additional CSS. Its in the Customize Options.

    Regards,
    Mahesh

    #106913
    rafalwerez
    Participant

    Oh, ok. Now I see it. Thank you for your help.
    I will probably not do though because I don’t want to display “All rights reserved” sentence

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to put on social media links directing to my fb, etc?’ is closed to new replies.