How to change parenting css, without usage of child themes
-
I would like to know if there is any way to change one div css style option, without the creation of child theme. All I want is to change one div css font style which gets overwritten by parenting css.
Example:
<div select name="Font" class="Font"><?php the_title(); ?></div>
Here is my css:
#homepage select.Font a:link{ color: #d55e00; font-family: 'LeagueGothicRegular' !important; font-size: 36px; font-weight: lighter; margin-bottom: 40px; padding-bottom: 6px; text-decoration: none; text-transform: uppercase; }
The css repeats for all a: features.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to change parenting css, without usage of child themes’ is closed to new replies.