• I am using the two column layout throughout the website
    At the top of the right column there is a black bar that says FOLLOW: and in the area it is black.
    a) Can you direct me to how and where I can you change the color?
    b) How can that area be erased completely?
    c) If it is in styling options for social media – can you share how to show the social icons and how to set them up within the theme?

    Thank you for your help!
    Grateful

Viewing 1 replies (of 1 total)
  • Hi kim13. You can use the following css for a) and b). Question c) is a different issue and should be opened in a new topic.

    a)

    /* change secondary sidebar top to red */
    .s2 .sidebar-top {
      background: #f00;
    }

    b)

    /* remove secondary sidebar heading */
    .s2 .sidebar-top {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Follow Bar on Right Side’ is closed to new replies.