Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872223

    arefs
    Participant

    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.

    #872227

    arefs
    Participant
    This reply has been marked as private.
    #872734

    Zeshan
    Member

    Hi 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!

    #873611

    arefs
    Participant

    OK – thanks. but what about my second issue?

    “big gap between the 1st and 2nd bullets.”

    How do I correct this?

    #874040

    Christopher
    Moderator

    Hi 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.

    #875772

    arefs
    Participant

    Thank you.

    #876169

    Christian
    Moderator

    You’re welcome. 🙂