Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1002029
    conorgeorge
    Participant

    Hi,

    I’ve recently been trying to customize a button on the open table widget and i’ve been through the widget’s support and they seem to think that the global CSS is over riding the widget, any way someone could shed some light?

    all i’m trying to input is this css

    input.otw-submit[type=”submit”] {
    background: transparent !important;
    color: #000 !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    font-size: 21px !important;
    border: 3px double #000 !important;
    }

    thanks
    (westthirtysix.co.uk)

    #1002525
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .otw-submit {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 3px double #000000;
        color: #000000;
        font-size: 21px;
        text-shadow: none;
        text-transform: uppercase;
    }
    

    Hope that helps.

    #1002797
    conorgeorge
    Participant

    I’ve added that in but it hasn’t worked, any ideas on something else that might work?

    #1002835
    Christopher
    Moderator

    Hi there,

    Please find this code and close curly bracket :

     @font-face {
        font-family: 'butlerregular';
        src: url('wp-content/themes/x/framework/fonts/butler/butler_regular-webfont.woff2') format('woff2'),
             url('wp-content/themes/x/framework/fonts/butler/butler_regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    Thanks.

    #1003168
    conorgeorge
    Participant

    thank you, working all fine!

    #1003169
    conorgeorge
    Participant

    Actually I have another problem, I’m changing some things on my cornerstone and when i press save the green banner comes up and says its saved but then it doesn’t save anything?

    #1003486
    Rad
    Moderator

    Hi there,

    In that case, I’ll find what causing it, first.

    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

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

    Thanks!

    #1004078
    conorgeorge
    Participant
    This reply has been marked as private.
    #1004376
    Rue Nel
    Moderator

    Hello There,

    We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    You can add it before the line
    /*That's all, stop editing! Happy Blogging. */

    We would loved to know if this has work for you. Thank you.

    #1005569
    conorgeorge
    Participant

    Hey,

    yep that worked thanks!

    #1005570
    Rahul
    Moderator

    You are welcome!

    #1006851
    conorgeorge
    Participant

    Also, My site seems to be loading really slowly, do you have any pointers on how to maybe speed up the load time?

    #1006874
    Paul R
    Moderator

    Hi,

    Please refer to the link below.

    https://community.theme.co/kb/performance/

    Hope that helps

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