Hello David,
Thank you for the quick reply! Sorry to bother you again, but I’m pretty new to CSS so I have a few additional questions based off the answers provided above:
1) Where would I apply each of the snippets of CSS code above in each case?
a) I can’t find the spot to apply a border around the entire carousel
b) I’ve tried to apply the code above for “each slide” within both the “DIV” layer of the slide as well as the raw html aspect of the slide without any success.
2) Off topic, I’ve been creating some layers for one of my slides; in essence creating a “text over image” slide with animations; however, I can’t get paragraphing to work within the “div” layer. I’ve added the below into two separate “div” layers so that I can have a heading slide in, then have some text slide in afterwards which contains several paragraphs marked out in the code, but for some reason; the preview shows the paragraphs splitting / line breaking correctly, but the slider on the actual page does not have the paragraphing / line breaking correctly displayed:
Heading code: <h3 style="color:white; font-size:14px"">Testing Header</h3>
Text code: <p style="color:white; font-size:11px">This is the first paragraph I want to add in with a blank space underneath it</p> <p style="color:white; font-size:11px">This is the second paragraph I want to add in with some <b>bold text at the end</b></p>
I want the coding above to look something like this:
“Testing Header
This is the first paragraph I want to add in with a blank space underneath it.
This is the second paragraph I want to add in with some bold text at the end.”
Again – I really appreciate all of the help!
~Mike
-
This reply was modified 3 years, 1 month ago by shukero.
-
This reply was modified 3 years, 1 month ago by shukero.