Category Menu Transparency

Posted in: Newspaper
Post count: 3

I’m trying to make the background of the category drop down menu semi-transparent. Any ideas?

Post count: 22421

Hello,

The theme has no setting for this, but it can be done with a bit of custom cssw:
.td-category-header .td-pulldown-filter-list{
background-color: rgba(34, 34, 34, 0.7);
}
.td-category-header .td-pulldown-filter-display-option{
background-color: rgba(34, 34, 34, 0.7);
}

You can add the code in the theme panel custom css code

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.