Tagged: x
-
AuthorPosts
-
April 7, 2016 at 9:57 pm #872223
In the backend of my wordpress site my slider revolution text layers look like this – https://dl.dropboxusercontent.com/u/17713251/2016-04-08_11-54-36.jpg
Notice how the words “paying customers” have been bolded using the <b>paying customers</b> tag and the bullets are neatly arranged.
However, when I save and view the slider on my site’s front end, it looks like this – https://dl.dropboxusercontent.com/u/17713251/2016-04-08_11-56-02.jpg
Notice how the bold has been removed and there is big gap between the 1st and 2nd bullets.
How do I correct these issues?
You find my site login in the following post.
Thanks.
April 7, 2016 at 9:58 pm #872227This reply has been marked as private.April 8, 2016 at 7:55 am #872734Hi there,
Thanks for writing in!
I’ve checked your site and Revolution Slider is changing the font-weight of that tag automatically in the front-end that’s causing this issue (see: http://prntscr.com/apoamv). It could happen if you have styles added to the layer that contains the bold tag. However, you can avoid that using following CSS code under Custom > CSS in the Customizer:
.rev_slider b { font-weight: bold !important; }
Thank you!
April 8, 2016 at 9:19 pm #873611OK – thanks. but what about my second issue?
“big gap between the 1st and 2nd bullets.”
How do I correct this?
April 9, 2016 at 7:04 am #874040Hi there,
Please check the attachment, both backend and frontend preview are the same.
To fix buttons padding, add this CSS :
.rev-btn { padding-bottom: 49px !important; }
Hope it helps.
April 10, 2016 at 8:58 pm #875772Thank you.
April 11, 2016 at 4:50 am #876169You’re welcome. 🙂
-
AuthorPosts