• Resolved austexwebsites

    (@austexwebsites)


    Does anyone know how to modify the CSS for the widget title color? Here’s the raw HTML:

    <br />
    <div id="sidebar" class="widget-area" role="complementary"><br />
    <aside id="execphp-5" class="widget widget_execphp"><h3 class="widget-title"><span>sample?slideshow</span></h3>			<div class="execphpwidget"><a href="https://www.klstitt.com/sample-slideshow/">View a sample slideshow.</a></div><br />
    		</aside><aside id="execphp-6" class="widget widget_execphp"><h3 class="widget-title"><span>photo sub-page?2</span></h3>			<div class="execphpwidget"><a href="#">Another Title</a></div><br />
    		</aside><br />
    </div><!-- #sidebar --><br />

    `

Viewing 1 replies (of 1 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    This is actually CSS matter, so pasting HTML doesn’t help. In the future just provide your website URL, it’s easier to examine that way.
    In this case try this code:
    .widget-title { color: #000; }
    Change #000 to whatever you want and add this code via CSS Manager Plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘widget-title h3 color’ is closed to new replies.