Welcome Guest. Please Login or Register  


You are here: Index > SitePad Website Builder > General Support > Topic : Media Caption Font Selection?



Threaded Mode | Print  

 Media Caption Font Selection?, How do I select a default image/caption font? (5 Replies, Read 5370 times)
deilenberger
Group: Member
Post Group: Newbie
Posts: 7
Status:
Hi - this used to be so easy in plain HTML..

Not so easy here.

How do I change the default font for a caption on an image. The caption is created on the image storage page - and I see no way to change it.

Thanks!
IP: --   

Media Caption Font Selection?
aakash_softac
Group: Member
Post Group: Super Member
Posts: 544
Status:
Hi,

To change the styling you will need to add Custom CSS in Custom HTML to change the default font for a caption on an Image.

Do let us know if you need any other information.

-----------------------
Aakash Gupta
SitePad Developer

Follow us for faster updates
Twitter: https://twitter.com/sitepad_editor
Facebook: https://facebook.com/SitePad
IP: --   

Media Caption Font Selection?
deilenberger
Group: Member
Post Group: Newbie
Posts: 7
Status:
Quote From : aakash_softac June 27, 2019, 7:35 am
Hi,

To change the styling you will need to add Custom CSS in Custom HTML to change the default font for a caption on an Image.

Do let us know if you need any other information.
That - unfortunately - was what I'd suspected would be needed.  Any example would be useful.

FWIW - I have no idea why anyone would pick TimesRoman as the default font for anything. If you read up on the font history you'll find it was designed by the NY Times to fit more text on less paper - since paper cost $$ when you're printing a newspaper in that size and quantity.  READABILITY came in a distant second, and is even worse when it's used on a digital display.  Something simple like Ariel or Helvetica - both proportional spaced sans-serif fonts make more sense as a default font anywhere.

Just saying..

Might you have a snippet of source code Custom CSS in Custom HTML that might work?
IP: --   

Media Caption Font Selection?
aakash_softac
Group: Member
Post Group: Super Member
Posts: 544
Status:
Hi,
You will need to add a custom class through triple dots for the columns than in Custom HTML use

Code

<script>
.your_custom_class p{
font-family: Tahoma;
}
</script>

Do let us know if you need any other information.


-----------------------
Aakash Gupta
SitePad Developer

Follow us for faster updates
Twitter: https://twitter.com/sitepad_editor
Facebook: https://facebook.com/SitePad
IP: --   

Media Caption Font Selection?
deilenberger
Group: Member
Post Group: Newbie
Posts: 7
Status:
Where would I add that code, and how would it be referenced when developing a page?

THANKS!
IP: --   

Media Caption Font Selection?
aakash_softac
Group: Member
Post Group: Super Member
Posts: 544
Status:
Hi,

You will need to assign a custom class to Image module i.e click on the widget open style tab and then in predefined styles add a class and then in Custom HTML you can add the CSS for your custom style
You can check the link here: https://sitepad.com/docs/enduser/image/#custom-style

For Adding your Custom CSS: https://sitepad.com/docs/enduser/add-css-using-custom-html/

Code

<script>
.your_custom_class p{
font-family: Tahoma;
}
</script>


Do let us know if you need any other information.

-----------------------
Aakash Gupta
SitePad Developer

Follow us for faster updates
Twitter: https://twitter.com/sitepad_editor
Facebook: https://facebook.com/SitePad
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 29, 2024, 6:48 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.018