Table Colors >> Mobile Menu/Mobile Search >> Text/Icon Colors

Posted in: Newsmag
Post count: 43

Table Colors >> Mobile Menu/Mobile Search >> Text/Icon Colors has no effect on the close X, text or separator on the mobile menu. Those items stay white no matter what color I set.

Post count: 22421

Hi,
Please add this code in the theme panel-> custom css box:
.td-icon-close-mobile, .td-search-wrap-mob .td-search-input span, .td-search-wrap-mob .td-search-input, .td-search-wrap-mob #td-header-search-mob, .td-search-wrap-mob .result-msg{
color:red!important;
}
.td-search-wrap-mob .td-search-input:before, .td-search-wrap-mob .td-search-input:after{
background-color:red;
}

Thank you!

Post count: 43

Thanks! I added these in to set the text on the article list and “see all results” button.


.td-search-wrap-mob .td_module_wrap .entry-title a {
color: #000000;
}

.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
color: #ef0000;
}

.td-search-wrap-mob .td-post-date {
color: #000000;
opacity: 0.8;
}

.td-search-wrap-mob .result-msg a {
color: #ffffff;
background-color: #000000;
opacity: 0.8;
}

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