Making CSS stick for element.style
-
Working on a site I DID NOT build, the font style wants to change from Cabin to Calibri in one particular block of text.
I used Developer tools to add Custom CSS to the top paragraph that begins, “Please note..” and I successfully changed the font using:
.departure_section {
clear: left;
font-family: cabin;The paragraph below it that begins, “For example..” seems ruled by a different class. I tried using:
element.style {
font-family: cabin !important;
}…as Dev Tools showed, but after saving that in Custom CSS, it’s impossible to make the change stick! Please let me know if you have a fix I can use.
Thanks much!
MariThe page I need help with: [log in to see the link]
- The topic ‘Making CSS stick for element.style’ is closed to new replies.