Background color or text color
-
Hello,
I’ve a problem with the Wbounce plugin. I want to remind/recommend my readers a couple of blogs before they leave my website. However, the headers have a white color on a grey background. Therefore, I want to change the color of the text or the color of the background. The code I’m using below doesn’t give a black background:
<div class=”modal-title”>
<h3>Is dit misschien interessant voor je?</h3>
</div >[blog_posts style=”background-color:#000000;” posts=”6″ type=”slider” columns=”3″ image_height=”200px” show_date=”true” ]
<div class=”modal-footer”>
<p>Nee bedankt!</p>
</div>The code I’m sure of is:
[blog_posts posts=”6″ type=”slider” columns=”3″ image_height=”200px” show_date=”true” ]
Also when I put the next code in the CSS the background color doesn’t change:
.wbounce-modal .modal-title { background-color: #000000; }
Can somebody help me?
Kind regards,
Laura Doggen
- The topic ‘Background color or text color’ is closed to new replies.