Okay
  Public Ticket #1038320
adjustment
Closed

Comments

  •  2
    Alban started the conversation

    Hello, 

    Its me again, i attached a prints screen about some detail adjustments request.

    1. Can I change the Header color only when i am on portfolio pages. But not having as proposed in Theme option to change the All background.

    2. How can i change some gaps between menu ?

    My best,

    Alban

  • [deleted] replied

    Hi Alban,

    This is a customization question and we don't offer customization services. I will help you this time

    Can you please add the code below to Custom CSS:

    .product-filter ul li a {
        color: red !important;
    }
    .product-filter ul li a:hover {
        color: green !important;
    }
    .product-filter ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0px;
    }
    #portfolio-1 {
        margin-top: 0px;
    }
    
  •  2
    Alban replied

    Hi Ylli,

    I appreciate your effort and It work fine, Thank you very much,

    Alban

  • [deleted] replied

    Hi Alban,

    I'm glad to hear that :)

    Will set this ticket as solved from here.