Editing Text on a Page
picturetaker607
Registered Users Posts: 7 Big grins
Hello,
I really would like to edit the colour, font, and size of my text on only one page of my website. I have tried using CSS for the page with no effect. Does anyone know of a tutorial on how to do customise the text?
Many Thanks !
Matthew
www.matthewupsonphotography.com
I really would like to edit the colour, font, and size of my text on only one page of my website. I have tried using CSS for the page with no effect. Does anyone know of a tutorial on how to do customise the text?
Many Thanks !
Matthew
www.matthewupsonphotography.com
0
Comments
You will need to use an HTML content block. That will let the CSS "stick". Don't forget to make the page "this page only", otherwise the changes will apply to all pages.
I assume in this case the text is all in widgets. Does it include the top menu and footer area ? In the text do you
want heading, titles, etc. different then other text?
What color, font, and size of text do you want to use. Is it all in one widget? Got a link to the page?
My Website index | My Blog
Thanks for your response. The text is all in one 'box' Not sure what font, colour I wish to use, Once I can change the settings I will experiment. The webpage is http://www.matthewupsonphotography.com/Headshots/n-fjkLP4
Thanks for your help!
Further you can single out one tag if your have multiples like h2, you have two of them,
by using h2:nth-child(1) or h2:nth-child(2)
Here's what the html looks like.
1st red is the unique page class name. 2nd red is the unique widget class name. Here's a sample of CSS If the page is made custom, "Just This Page" and you put this in a "Just This Page" CSS box.
You could also put this in "entire site" CSS because it targets that unique widget number.
My Website index | My Blog
How does one determine the name of the widget? i.e. .sm-page-widget-13662328
use them. Right clicking anywhere in a widget will show the html. Whatever is clicked will be
highlighted in the yellow portion below, the widget-body div. If you look up some lines you
will find the start of the widget with its unique class name.
My Website index | My Blog