Colour

  • Posted in : Photographer
  • Blakemcintosh
    Participant

    I would like to change the theme colour like the highlighted page text and stuff to a different colour how do i do that?

    serkan
    Moderator

    Hi Blakemcintosh,
    You can use this custom css code for selection text color and background.

    ::selection { color: #333; background: #eee; }

    Thanks

    Blakemcintosh
    Participant

    Didn’t work i want to us this colour code FED32E

    Blakemcintosh
    Participant

    And i want like the to change the colour when u haoer over home, photos, about and contact from gold to #FED32E

    Blakemcintosh
    Participant

    I want to change the colour when you hover over the social media icons

    serkan
    Moderator

    Hi Blakemcintosh,
    You can use this custom css code;

    ::selection { background: #FED32E !important; }
    .nav-menu ul li a:hover, .nav-menu ul li a.selected { color: #FED32E; }

    .social li a.facebook:hover { background-color: #3c5fac; }
    (You can use that custom css code for twitter,instagram as well. Just replace the social media name in the code)

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register