Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983525
    bedingfield
    Participant

    Hi there,

    I am using th callout shortcake and wondered how I can change the button colour to black please?

    elyrunners.club

    #983627
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-callout a.x-btn {
        color: #000;
    }

    Hope it helps.

    #984431
    bedingfield
    Participant

    Hi there, and thank you.

    This does not appear to work. Any other ideas?

    #984706
    Joao
    Moderator

    Hi There,

    Please try this code instead:

    .x-callout a.x-btn {
        color: #000 !important;
    }

    Let us know how it goes,

    Thanks,

    Joao

    #986456
    bedingfield
    Participant

    hmmmm, nothing I’m afraid. Not sure why its not working.

    elyrunners.club

    #986730
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! The provided CSS works on our end via browser dev tools. You can check to see if you have any syntax errors within your other CSS preventing the CSS below it from working properly. It could be a missing “}” closing curly bracket or an unclosed single or double quote.

    To test for this, try putting your CSS code at the very top of the custom CSS area instead of at the bottom. If it works then you know you have a syntax error somewhere. If it still doesn’t, then the issue is something else.

    If that is the case, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

  • <script> jQuery(function($){ $("#no-reply-983525 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>