Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Hi, when saving a new background color for the top bar, the css is not updating for Heading 13
Color saved in /wp-admin/themes.php?page=dttheme-opts is #014c9f
css remains as:
<table>
<tbody>
<tr>
<td class=”line-content”><span class=”html-tag”><style <span class=”html-attribute-name”>type</span>=”<span class=”html-attribute-value”>text/css</span>”></span></td>
</tr>
<tr>
<td class=”line-number”></td>
<td class=”line-content”>.top-bar, .top-bar .search a, .top-shop-cart.type2 li.search > a, .top-shop-cart.type2 li.dt-sc-cart > a { background: #222222; }
</td>
</tr>
</tbody>
</table>
Your help would be appreciated
Hi Bruce.,
If you want to change the top bar background means get into the option Dashboard > Appearance > Priority Options > Layout > Custom CSS > Enable Css > Yes > Pasted the below css code inside the text area > Save All.
.top-bar { background: #014c9f; }
Hi Bruce.,
Just add the important value to overwrite the color code.
.top-bar { background: #014c9f !important; }
You must be logged in to reply to this topic.
We Love to Deliver Useful and Easy to Customize WordPress Themes for Our Clients…
9.00 A.M. to 6.00 P.M.(IST) UTC/GMT +05:30
We aim to answer all questions within 24 hours.In some cases the waiting time can be extended to 48 hours.Support requests sent during weekends or public holidays will be processed on next Monday or the next business day.
We appreciate your patience and thank you for understanding.