I want to get rid of the standard circular background color used in the .dropcap2 style and instead insert an image (a starburst in this instance). My attempts to add an image URL are apparently being overridden. What do I need to modify?
Use image with .dropcap2
2 posts from 2 voices-
Posted 2 years ago #
-
Please open header.php and find following code:
$applyBackgroundColorTo = 'div .dropcap2, div .dropcap3, div .dynamicBg, body .boxed, div .button, #top div .pagination a:hover';change it to:
$applyBackgroundColorTo = 'div .dynamicBg, body .boxed, div .button, #top div .pagination a:hover';Posted 2 years ago #
Reply
You must log in to post.














