Pricing item: how to remove divider line under price?

Hi,
I would like to know how to remove the divider line under the pricing item?
I want an image, a price just under it then a button with the link to another page (of that item). But the button is just under that divider line which isn't a good design.
Thank you

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • edited October 2018
    Thanks Pablo for the fast response.
    It concerns the line just before/top to the button


    https://pasteboard.co/HH2rrsl.png
  • Paste this CSS code into Theme Options > Custom CSS & JS > CSS
    .hr_color{
    display:none !important;
    }
    Thanks
  • edited October 2018
    Very quick just perfect :)

  • There are many types of featured images in the theme, here are instructions for changing them:
    1. To change the size of the images used in portfolio/blog/shop, please navigate to theme options>blog,portfolio&shop>featured image.
    2. To change the size of the default WordPress gallery images, please go to settings>media.
    3. To change the woocommerce images size please go to the customizer tool in wordpress and change it in the front-end.
    More information HERE

    Notice!
    Remember to use thumbnail regeneration after you make your changes. Otherwise, the images will not change their size.

    thanks
Sign In or Register to comment.