Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #890278

    Hi,
    how to change for example:
    in logo area: Primary color and Highlight color,
    in main content: hilight color,
    on some pages?

    #890350

    Hey cobwindykacje,

    You would need custom CSS for that, please link to the pages you would like a different colour on and specify what colour you would like instead.

    Best regards,
    Rikard

    #890395

    Thanks for example:
    for exaple:
    /windykacja/
    in logo area: Primary color: #690814 and Highlight color: #690814
    in main content: hilight color: #690814

    /faktoring/
    in logo area: Primary color: #135906 and Highlight color: #135906
    in main content: hilight color: #135906

    #890693

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-10 a .avia-menu-text {
      background-color: #690814 !important;
    }
    
    .page-id-10 a .avia-menu-text:hover {
      background-color: #690814 !important;
    }
    
    .page-id-13 a .avia-menu-text {
      background-color: #135906 !important;
    }
    
    .page-id-13 a .avia-menu-text:hover {
      background-color: #135906 !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.