Newest Update Shows HTML Div in Buttons

Good morning, prior to this update, DIV tags in the buttons were not rendering as text... now, they are.
So now the buttons on the website show, as an example:

Click Here For Purchase Options


When they used to render as: Click Here For Purchase Options

An example can be seen here:

https://www.rypix.com/free-range-horseplay/

Comments

  • Actually, it is when the DIV is in the Title of a Button... it used to allow a Div tag, which I was using for rendering text as black, etc. Thanks.
  • Hi,
    You shouldn't use HTML tags in button title.
    Even if it's working, when you will make a little mistake then whole your page will be issued, so please get rid of this.
    If you want to manage some buttons color, then please add a custom class(1) in their settings
    or change the background and color of the font in settings too
    http://prntscr.com/ll1749

    ad1.
    If you want to use this way, then after applying the class, go to Theme Options > Custom CSS & JS > CSS and create a code for it, i mean:
    .myClass{
    (csscode)
    }

    Also, I do not have access to get into that page.
    Thanks
  • Thank you, appreciated.
Sign In or Register to comment.