Okay
  Public Ticket #3006205
split line heading font issue
Closed

Comments

  •  2
    Rian started the conversation

    Hi there!


    I'm experiencing a strange issue with the split line heading feature where it's cutting off part of a few letters. I can't seem to figure out why.

    thanks for your help as always!

  •  1,877
    Judith replied

    Hi Rian,

    Thanks for keeping in touch.

    Please send in your admin login credentials so that we can check this out.

    Thanks.

  •   Rian replied privately
  •  1,877
    Judith replied

    Hi Rian,

    Please try changing the text effect to the one shown below or set to none:

    1451120210.png

    Thanks.

  •  2
    Rian replied

    thanks Judith! One other issue, when i select a gradient color for the nectar button, it changes the button shape and style. is that supposed to happen?


    warmly,

    Rian

  •  1,877
    Judith replied

    Hi Rian,

    Please elaborate the changes you tried making and the changes the brought so that I can get clarity as I am not seeing any gradient color on the buttons at the moment.

    Thanks.

  •  2
    Rian replied

    yes of course, i took it off gradient.


    if I choose accent color #1 in the button options it displays with rounded edges. If I choose a gradient it changes to boxed.

  •  1,877
    Judith replied

    Hi Rian,

    This css generates as border image instead of background image, you may need to add gradient using css and not the gradient option in the button setting as the gradient removes the border radius and turns it into a border image:

    1306647933.png

    Thanks.

  •  2
    Rian replied

    ok thank you! that makes sense. I tried to add a gradient to the css but I'm not doing it properly. can you help?

  •  1,877
    Judith replied

    Hi Rian,

    Please try this css:

    body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
        background: linear-gradient(#e66465, #9198e5);
    }

    Thanks.

  •  2
    Rian replied

    perfect! thank you as always!