use html to override CSS
-
I used this custom CSS to enlarge the size of my text and buttons on this LP.
http://ragingalcoholic.com/go/get-addiction-treatment-now/body .row a {
font-size:40px !important;
}I think it is also effecting the size of my photo credits in the footer. The photo credits are huge, they look like they are h1 but not in bold.
I used this W3Schools html to try and override but it does not work on the hyperlinks provided to cite the photo sources.
<font size=”2″>This is some text!</font>I put that code at the front and end of the entire paragraph. I tried it individually on each cite. No luck. The text remains 40px (assuming it is actually 40px for the CSS and not something else)
I need to accredit those photos but not with such large text. Any ideas?
Thanks for considering this question
If you decide to look the offending area is in the footer.………………………..
Also, if anyone knows how to reduce the size of the space between 2 lines when using the < br > command I would love to know that too. (I had to space the < br > out or the forum actually turns it into a line break)
After my call to action I have 2 refining/disclaimer type statements. I would like less space between them.
(like in MS Word, when you hit shift and return you get tighter line spacing)(there is also a menu command)
Anyway, thanks
The topic ‘use html to override CSS’ is closed to new replies.