New Landing How can we help? Cardinal button colour

Viewing 15 posts - 1 through 15 (of 28 total)
  • Posted in: Cardinal
  • #301950
    computerarts
    Member
    Post count: 56

    Hi there,

    How do I change the colour of the button to a costomized colour? i would like the black ‘LÆS MERE’ button to be the pink i am also using for the heading ‘ om mobilsmuk’

    Attachments:
    You must be logged in to view attached files.
    #302024
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The code below will change the color of all black buttons to pink.
    Add it to the custom css option.

    .sf-button.black {
        background-color: #d9007a!important;
    }

    -Rui

    #302085
    computerarts
    Member
    Post count: 56

    Hi thanks, But what if I don’t want to change the colour of all of the black buttons?Just some specific ones?

    #302088
    David Martin – Support
    Moderator
    Post count: 20834

    You can add a Custom Class to the Page Builder element that button resides in, ex:

    Then update the above CSS to use the class:

    .custom-pink .sf-button.black {
        background-color: #d9007a!important;
    }
    #302309
    computerarts
    Member
    Post count: 56

    Great thanks!

    #302320
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.Thanks David.

    -Rui

    #302340
    computerarts
    Member
    Post count: 56

    Hi again, if I want to make the button change to black with when you hover over it what more do I need to add to the css?

    Thank you

    #302341
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add also this code below.

    .custom-pink .sf-button.black:hover {
        background-color: #000!important;
    }

    -Rui

    #302381
    computerarts
    Member
    Post count: 56

    Hmm that didn’t work 🙁 nothing changed

    #302393
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I just tested it in the browser and it works. Not sure if you have any cache plugin.
    Provide me admin credentials to have a look.

    -Rui

    #302449
    computerarts
    Member
    Post count: 56
    #302450
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Something is wrong in your css custom option, I need the admin to check it.

    -Rui

    #302477
    computerarts
    Member
    Post count: 56

    ps. this is not relevant to the current issue I am waiting to get your reply on but we noticed another issue the theme that should maybe corrected in your next update. http://screencast-o-matic.com/watch/cDXF6HQnDR
    Thank you.

    #302483
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    thanks for the heads up, if you provide me the credentials I will help you with the over. Without that we are losing more time replying than fixing that over situation.

    -Rui

    #302512
    computerarts
    Member
    Post count: 56

    sure:

    username: cardinalhelp
    email: [email protected]
    password:3RE2#1jDf#7nfuljhWvhh7vy

Viewing 15 posts - 1 through 15 (of 28 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register