Hi,
I'd like to change the font and size of the text on the slideshow. I'm using Noo Slider 2, as in the Nozix dmo template. How can I do that?
Thanks.
Your question: "I'd like to change the font and size of the text on the slideshow. I'm using Noo Slider 2, as in the Nozix dmo template. How can I do that?"
You can do the following:
Step 1:
like this:
+ right mouse click the line want to change font and size then choose Inspec element
+ this picture , you wil see : template.css:3141
Step 2:
You login to administrator: {yoursite}/administrator
You have to do the picture 2
Step 3:
At Editor tab -> local -> css -> template.css
You find to 3141 line
Here, you can change font and size
example:
+ You want to change size to 30px, you have to replace
font-size: 10px to font-size: 30px
+ To change font: example font "Arial" then you insert this line
font-family: "Arial"
If not true, please feedback for us
Sincerely,
JUX Team
Hi,
Thank you for your prompt reply, and apologies for only now getting back to you.
I've tried your suggestion, and it seemed not to work. In fact, I tried large changes as 5 and 1000, and have seen no change.
Could you help me with this, please?
Thanks heaps
Cheers,
Step 1: In back-end (administrator)
Go to: Extensions -> Templates Manager -> Choose template default and click it
as this picture
Step 2: You will see a page as thi picture
In box Before </head> of Custom Code tab, you can add style that you would like
Example:
font-size: 20px;
font-family: "Times New Roman", Georgia, Serif