Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1363364

    Hi,

    is it possible to have the social bookmarks on a specific page in another color? Hovered and not hovered?

    Thank you so much for answering.

    Best regards,
    Sabine

    • This topic was modified 2 years, 2 months ago by TakiwaSoulArt.
    #1363367

    Hey Sabine,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed

    
    #top.page-id-339 #wrap_all .social_bookmarks a::before {
      color: #069;
    }
    #top.page-id-339 #wrap_all .social_bookmarks a:hover::before {
      color: red;
    }
    

    Regards,
    Yigit

    #1363455

    Hi Yigit,

    thank you so much – you are great. Is it possible to combine for example three page-ID in one Code? Or do I have to take an extra code for each page-ID?

    Thank you and best regards,
    Sabine

    #1363457

    Hi Sabine,

    You are welcome :)

    You can combine it as following

    
    #top.page-id-339 #wrap_all .social_bookmarks a::before,
    #top.page-id-340 #wrap_all .social_bookmarks a::before {
      color: #069;
    }
    #top.page-id-339 #wrap_all .social_bookmarks a:hover::before,
    #top.page-id-340 #wrap_all .social_bookmarks a:hover::before {
      color: red;
    }
    

    Best regards,
    Yigit

    #1363459

    H Yigit,

    wow, that was fast. So fantastically good. So slowly I’m starting to get this :) Thank you very much and best regards. I think you can close this topic.

    Sabine

    #1363464

    Hi,

    Glad we could help, Sabine!
    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘social bookmarks color on a specific page’ is closed to new replies.