Hi,
Can you advise how I change the colour and font size on classic columnize element I’m using on this page
https://www.kentvascularaccess.co.uk/procedures/portacath-insertion/
Many thanks
Paul
Hi,
Can you advise how I change the colour and font size on classic columnize element I’m using on this page
https://www.kentvascularaccess.co.uk/procedures/portacath-insertion/
Many thanks
Paul
Hi Paul,
Please add a class to the columnize element then then add some custom CSS to change the font size and color of the text content.
The code should be like this:
.the-column h5 {
font-size: 20px;
color: #040404;
}
.the-column p {
font-size: 14px;
color: #000;
}
The code above assumes that the class you have added to the columnize element is the-column.
Here are some reference links related to the suggestions above:
Hope this helps.
Thanks Jade, all updated perfectly.
Regards
Paul
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.