Hi,
I would like to use the font arial for a specific paragraph in one of my page. Is this possible? I don’t see how to change the font…
Thank you! :)
Hey 805ITS,
We can do that using a CSS, but you need to share your website link.
Best regards,
John Torvik
I want to change the line below the logo “Kodak * Leica * Hasselblad PCP-80 Slide Projectors & Dissolve Units” to be in arial, bold and italic size 18.
also I would like the word “Kx Camera” in the sentence “Kx Camera specializes in Kodak Slide Projectors” to be in arial, bold and italic size 18.
Kodak * Leica * Hasselblad PCP-80 Slide Projectors & Dissolve Units.
Should I paste the code in the Quick CSS section of Enfold ?
Hi 805ITS,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-11 .avia-builder-el-1 + .av_textblock_section em {
font-size: 18px;
font-weight: bold;
font-family: Arial;
}
This part of the paragraph has to be wrapped in a separate element so that we can target it via css.
If you need further assistance please let us know.
Best regards,
Victoria