Before you ask please READ THIS

"Follow" Heading next to social media icons

edited January 2013 in Hypershot Posts: 39
Hi there,

I have changed the top bar to white, which I like, except for the : "FOLLOW" displayed on the very top left of the page:

http://www.life-beautifully.com/

I would love to know how to:
- change what it says
- change the font color here, and/or
- delete all together (while still keeping the social media icons)

Thank you so much!

Comments

  • Posts: 39
    btw, I don't suppose there would be any way to move those social media buttons anywhere else (middle, left). I just don't like it so close to the logo.

    Many thanks!
  • AirAir
    Posts: 10,970
    Hello,

    Yes moving it might be hard as there is too much other elements in this area, and it will require some testing mainly for responsive layout.

    change what it says
    http://apollo13.eu/docs/hypershot/#!/translating_theme change word in language file.

    change the font color here
    Use this custom CSS
    .socials span.static {
    color: #000000;
    }
    delete all together (while still keeping the social media icons)
    We wont delete it but hide it. Use this custom CSS
    .socials span.static {
    display: none;
    }
    With regards.
  • Posts: 39
    Perfect! You are amazing! Thank you!!!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!