• Changes have been made to my slider texts and subtexts. The main text is underlined in red and the subtext is aligned to the right of the page. I did not make these changes and I am not sure how this happened. How can I correct these changes? Thank you for any assistance.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I went to the “edit page” and reverted back to a revision I did yesterday. It seems to have corrected part of the problem I still have an unwanted underline under the slider text. I would also like to remove the button or edit the colors etc of the slider button.

    • This topic was modified 3 years, 2 months ago by singingfalls.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @singingfalls I am sorry for the delay in response.

    Changes have been made to my slider texts and subtexts. The main text is underlined in red and the subtext is aligned to the right of the page. I did not make these changes and I am not sure how this happened. How can I correct these changes?

    How did make changes on those? Is there anything you can share here to help me replicate and debug it?

    I would also like to remove the button or edit the colors etc of the slider button.

    You can style the button with this CSS code to apply into Appearance > Customize > Additional CSS from dashboard (/wp-admin).

    .header-slider .roll-button {
      background-color: #fff000;
      border: 1px solid #fff000;
    }
    
    .header-slider .roll-button:hover {
      background-color: transparent;
      color: #fff000;
    }

    Use this CSS code to remove it

    .header-slider .roll-button {
      display: none;
    }

    Regards,
    Kharis

    Thread Starter singingfalls

    (@singingfalls)

    Your assistance is greatly appreciated @kharisblank .

    I do not know how these changes took place. I suspect it had something to do with adjustments I made further down the page using Elementor. That is just a speculative guess though.

    Thank you for the CSS mods. Much appreciated.

    @singingfalls thank you for getting back.

    I checked your site and seems likely your site’s main slider’s button has custom style applied.

    Please confirm whether you still need any help with it or not. Or, you may set this topic as resolved.

    Happy Holidays to you!

    Regards,
    Kharis

    Thread Starter singingfalls

    (@singingfalls)

    I think we have it squared away. Thank you again @kharisblank I will close the thread.
    All the best to you.
    s

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider unwanted text changes’ is closed to new replies.