Home Forums Basel support forum Read more button layout

Read more button layout

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #51295

    lucassp
    Participant

    Hi,

    My read more button is different from theme template.
    Where can I change and configure it?

    Tks!

    Attachments:
    You must be logged in to view attached files.
    #51340

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme so we can check it?

    Thank you in advance

    #51346

    lucassp
    Participant

    Hi,

    I have disable all plugins and still with the same visual….

    #51380

    Artem Temos
    Keymaster

    It is caused by this custom CSS code https://gyazo.com/75f228799fa54bcb719c71a7610cbeee

    #51412

    lucassp
    Participant

    Hi,

    Tks for your reply. I created this custom CSS to make ad to cart button rounded not squared. But I need it only at add to cart button not at read more at blog …

    Do you have any suggestion to this:

    .added_to_cart, .btn, .button, button, input[type=submit] {
    border-radius: 10px !important;
    }

    Does have something to change to this CSS affect only ad to cart button (not read more)

    Tks

    Lucas

    #51413

    lucassp
    Participant

    Could be this CSS?

    .basel-hover-standard .btn-add > a {
    border-radius: 10px !important;
    }

    Tks

    #51448

    Artem Temos
    Keymaster

    By adding that CSS code, you changed the read more styles as well.

    #53669

    lucassp
    Participant

    Hi,

    Is there any CSS to change only ad to cart? I need only this button rounded not read more, do you know what I mean? Read more is ok like default theme layout …

    Is possible to do it with another CSS?

    Tks!

    #53684

    Artem Temos
    Keymaster

    Try to use this CSS code

    .added_to_cart_button {
        border-radius: 10px !important;
    }
Viewing 9 posts - 1 through 9 (of 9 total)