Okay
  Public Ticket #2063817
Site Brand Name
Closed

Comments

  • ickbravo started the conversation

    Hi Guys! I want to change the color ONLY of the site name!
    In theme options, the only way to change it, is by changing the link color!

    But I want the link in black and the Site brand Name in White!!

    How can I do it!?

    Thanks!!!

  • [deleted] replied

    Hi ickbravo,

    Can you please add the code below to your Custom CSS area:

    header.main-header .full-screen-menu, header.main-header a {
    color: white;
    }
    Have a nice day!