Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855590

    sondeezy
    Participant

    Hi there,

    So I want my “Events” posts category to be its own page that looks like a nice blog page. Ditto, I want my “Blog” category to be its own page that looks like a nice blog page. How can I do that? I don’t want a “Category Archive” the way it currently looks.

    Also, I would like to add social sharing to my website footer and I can’t figure out how… really sorry! I have it set up in Cornerstone, and I’m guessing I have to make some kind of widget, but not sure of my next steps.

    Sonya

    #856035

    Rupok
    Member

    Hi Sonya,

    Thanks for writing in! I am sorry but I didn’t really get what you are trying to accomplish as I am not sure what you meant by “nice blog page” as it’s a bit ambiguous. Kindly clarify what you exactly trying to achieve.

    If you want to remove the “Category Archive” text then you can add this under Custom > CSS in the Customizer.

    .archive .x-header-landmark {
      display: none;
    }

    And regarding the share – you can just use the Social Sharing element on Cornerstone – http://prntscr.com/aldxsw

    If you are using other editor then you can use the Entry Share shortcode – http://theme.co/x/demo/integrity/1/shortcodes/entry-share/

    Hope this helps.

    Cheers!

    #857122

    sondeezy
    Participant

    Hi there, thanks for this! I know how to make a social share on Cornerstone, I was asking how to put that into the footer of my site.

    #857564

    Darshana
    Moderator

    Hi there,

    First head over to Appearance -> Customize -> Social section and set the links there. Then head over to Appearance -> Customize -> Footer and enable Footer Social.

    Hope that helps.