Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
What would that Home button link to?
Offline
Either a url (/) or a page (home), assuming you’ve created a home page
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I have installed Backlight 2 and am building my site. I am using Google Chrome Version 72.0.3626.121
I have created some pages and am using the default page template which I have modified. I saved a clone of the original.
In addition to others, I created a Services page utilising the modified default page template. With much finagling I managed to get the text into individual lines for each service. I cannot seem to find any way to increase the size of the font either on the "page design" or the "template design" pages. Here is a link to my problem page: http://denniskeyesphotography.com/backl … /Services/
Offline
the base font size is 16px. Use custom css to change that.
For the main copy areas, try this:
.the__copy {
font-size: 1.125rem;
}
this will change the font size in all main copy areas.
since the base font is 16px, 1rem = 16px. 1.125rem= 18px
You could also use px rather than rem
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I think I have the basics. I want to put text and single images on my new site. Something like this Portraits page which is on my old site:
http://denniskeyesphotography.com/portraits.html
For now, my new site Portraits page looks like this:
http://denniskeyesphotography.com/backl … portraits/
Do I need something beyond just BL2 and Publisher? Will one of the add ons enable me to do this?
Offline
You just need to use html to add inline images
https://ttg-tips-and-tricks.barbeephoto … opy-areas/
This is getting way beyond the original topic. If there are more questions, can you start a new topic?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline