Okay
  Public Ticket #3834024
Styling Project Categories
Open

Comments

  •  1
    100f started the conversation

    Hi i would like to change the solid background, text color and hover color of the Project Categories buttons tags.

    Thanks!

    Attached files:  Screenshot 2025-03-07 at 14.07.03.png

  •   100f replied privately
  •  3,106
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    Could you let us know what color you'd want to change this to so we can advise?

    We look forward to your reply.

    Thanks,

  •  1
    100f replied

    Hi,

    you could just provide me with the css code for solid background, hover solid background, and text color. 

    I think i will go on from there and tweak the colours myself.

    Thanks a lot!

  •  2,023
    Judith replied

    Hi [FIRST NAME],

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .nectar-meta-category-el.style-outline > * {
        background: red;
        border-radius: 15px;
    }
    
    .nectar-meta-category-el a {
        color: #ffffff;
    }
    .nectar-meta-category-el.style-outline > *:hover {
        background: #1a8233 !important;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

     

  •  1
    100f replied

    Thanks a lot! 

    It works!