Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #878592
    mtusa
    Participant

    Hello!
    we added image to the recent posts in our footer widget area. As soon as we added it, the title “Recent Posts” is only visible when you scroll over the text area.
    1. How do we make “Recent Posts” reappear? (wanting text to be white)
    2. There appears to be a small line above the image w border. How do we remove that?
    3. How do we change the thickness of the border around the image? ( we want it to be thinner)
    4. How do we remove the title below the image?

    Thank you!

    #878595
    mtusa
    Participant
    This reply has been marked as private.
    #879395
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You can add this under Custom > CSS in the Customizer.

    .h-widget > a {
      color: #fff;
    }

    #2. It seems you have added this code somewhere :

    <a target="balnk" href="#"></a>

    I suspect it’s added by you since there is a typo as it should be blank NOT balnk. So if you added this to Recent post then remove this.

    If you still can’t find this then you can use this CSS to hide this :

    .widget .x-recent-posts > a:not(:last-child) {
      display: none;
    }

    #3 and #4. You can use this CSS :

    .widget .x-recent-posts a {
      padding: 3px;
    }
    
    .widget .x-recent-posts-content {
      display: none;
    }

    Hope this helps.

    Cheers!

    #880807
    mtusa
    Participant

    Thanks! that worked but now we cannot access the backend editor or frontend editor…
    It’s like it cannot load either visual editor.
    How can we fix it?

    Before entering the above codes, we were able to freely edit pages using either backend or frontend visual editor.

    #881447
    Rupok
    Member

    Hi there,

    Thanks for writing back. You are supposed to add the Custom CSS under Custom > CSS in the Customizer and it won’t interfere the backend or front-end editor. If you think the code causing the issue then you can try taking off them from Customizer and see if the issue still persist.

    Cheers!

    #882163
    mtusa
    Participant

    I did put the code under Custom CSS. I removed it and the problem still persists. 🙁
    I also updated all plugins.
    I even tried adding a new page to see if the visual composer loads and it does. However, when I click to add an element, it doesn’t do anything. Please advise.

    Thank you!

    #883144
    Friech
    Moderator

    Hi There,

    Please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks.

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