Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74497
    David Baumann
    Participant
    Premium Member

    Hi

    I’m using Bard Pro and did set up the button colors in the theme GUI as follows:

    Unfortunately, when i don’t define a additiona css, the WP-Buttons don’t use these settings and look as in the following picture:

    Question 1: Do I have any setting that the buttons automatically overtake the theme color-settings?

    Question 2: If Question 1 is not posssible, can i acces the theme colors somehow in css to not have to make the definition in css?

    Question 3: If Question 1 & 2 are not possible, any other solutions that i don’t need a color code in my css?

    Thank you.

    #74505
    vako
    Keymaster
    Premium Member

    Hi David,

     

    At first, thank you for choosing our theme and service.

    To provide you with the most accurate assistance, could you please describe the issue you’re facing in more detail? Additionally, sharing a direct link to the page where the problem appears would be immensely helpful. If possible, providing screenshots of the issue will give us a clearer understanding and allow for more targeted support.

     

    Once we have this information, we’ll be better equipped to identify the issue and provide a solution.

     

    Kind Regards

    #74507
    David Baumann
    Participant
    Premium Member

    Hi vako

    The pictures i attached dissapeared. Here is the link, the buttons are as i wish now, because i implemented the additional css bellow. I would like to take the colors out of the button theme setting respectively that the theme setting sets the wp-buttons itself. Any solution for that?

    https://escapelabs.ch/

    /* Stil für den Button selbst */

    .wp-block-button__link {

    background-color: #111111;

    color: #eba0ce !important;

    <span style=”white-space: normal;”> font-family: monospace;</span>

    <span style=”white-space: normal;”> font-weight: bold;</span>

    <span style=”white-space: normal;”> text-transform: uppercase;</span>

    <span style=”white-space: normal;”> letter-spacing: 1.5px;</span>

    padding: 12px 24px;

    border-radius: 15px;

    font-size: 15px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    <span style=”white-space: normal;”> /*width: 210px;*/</span>

    }

     

    /* Stil für den Button im Hover-Zustand */

    .wp-block-button__link:hover {

    /*background-color: #eba0ce;*/

    color: #ffbf00 !important;

    <span style=”white-space: normal;”> box-shadow: 0px 0px 5px 3px #eba0ce;</span>

    /*transform: translateY(-5px);*/

    }

    #74510
    vako
    Keymaster
    Premium Member

    Hi David,

     

    Actually, you can change these button colours from the Worpdress button settings itself, we are not applying the theme colors on the wp provided buttons.

    Any way ill send this thread to the developer’s board and they will review this case.

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.