Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059071
    josephk99997
    Participant

    Hi, I used to be able to add custom CSS in this page before the update but now I can’t. It acts weird and when I try to add a custom CSS the save does not register.

    I will send my site info in the next post.

    #1059072
    josephk99997
    Participant
    This reply has been marked as private.
    #1059077
    Christopher
    Moderator

    Hi there,

    There are JS errors in your console, please disable all third party plugins specially ‘autoptimize’, clear cache and check again.

    Hope that helps.

    #1059309
    josephk99997
    Participant

    Thanks Christopher. I will try it out and revert back.

    #1059539
    Rad
    Moderator

    You’re welcome!

    #1061763
    josephk99997
    Participant

    Hi, we removed everything as recommended and I even checked with Godaddy but they said the issue is not coming from them. The problem still persists. Please help fix this. Thanks!

    #1061823
    Rahul
    Moderator

    Hi,

    You can try adding this in your wp-config.php located at the root directory of your site.

    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. */

    Hope that helps

    #1079150
    josephk99997
    Participant

    Hi,

    It still does not work. I need to change two things:

    1. Make the sub-menu font bigger
    2. Change and background color of the footer

    But I just cannot edit or save in Appearance > Customize > Custom > CSS.

    I was told to just make the change directly in the EDITOR but how? What exactly do I do and I do have a child theme setup.

    Thanks!

    #1079159
    Christopher
    Moderator

    Hi there,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Please add following code in child theme’s style.css file :

    .x-colophon.top,.x-colophon.bottom{
    background-color:red;
    }
    .x-navbar .sub-menu li a{
    color:red;
    font-size:12px;
    }

    Hope it helps.

    #1079843
    josephk99997
    Participant

    Ok i wil try this out. Thanks again! Great support as always and great theme!

    #1079989
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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