About color in READ template

  • Hello team, just a little question because I tried everything and looking on the forum but I didn’t find.

    With the template “Read” on the home page you have the categories with like red button (I joined you a screeshot). Impossible to find how to change the red color of this kind of button?

    In advance thank you,
    Manuel

  • Hello,

    There is some CSS in the Customizer:

    .category-container ul li {
        padding: 14px 20px;
        background-color: var(--accent);
        list-style: none;
        letter-spacing: 0.05em;
        flex: 1;
    }
    .category-container ul li a {
        color: var(--base-3);
    }

    Change background-color and color accordinlgy.

  • Ahhh I didn’t think about this place. I will know for next time.
    Working good!
    Thank you George!
    Warm regards,
    Manuel

  • Ok, no problem!

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