Tagged: Footer Widget; Font Size
I have a four column footer. In the third column I have a text widget, and at the bottom of that text widget, I have a bold and underlined piece of text that reads, “Have a Question?”
Is there a way to increase the font size of that specific line of text? I would like to make it the same size as the column title. Also, I would like it to be the same font as the column title as well.
Link to page with footer below.
Hey craig374,
Please try the following in Quick CSS under Enfold->General Styling:
#text-7 span strong {
font-size: 14px;
text-transform: uppercase;
}
Best regards,
Rikard
Thank you. That worked!
You can close the thread.