Tags background colour

hi,

please advise how to change background colour and hover of tags as per screenshot?

thanks,

darryn

Hey Darryn,

Please add this code in X > Theme Options > CSS:

.entry-footer a[rel="tag"] {
    background-color: #fff;
}

.entry-footer a[rel="tag"]:hover {
    background-color: transparent;
}

Hope this helps.

Thanks Jade,

Awesome stuff… You are amazing!!!

Much appreciated…

Regards,

Darryn

Sorry Jade,

not sure if need to open a new ticket or if related to same thing?

but is there any way i can centre these tags as per screenshot?

thanks,

darryn

Hey Darryn,

To center the tags, please update the code given by @Jade and use this instead:

.entry-footer a[rel="tag"] {
    background-color: #ff2a13;
    color: #ffffff;
    float: none;
}

.entry-footer a[rel="tag"]:hover {
    background-color: transparent;
    color: #000000;
}

.entry-footer.cf {
    text-align: center;
}

Please let us know if this works out for you.

hi,

thanks so much. profuse apologies for only responding now. Thought I responded already.

Regards,

Darryn

Hey Darryn,

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.