Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #991953
    CrystalTiffanyTan
    Participant

    Hello!

    Have a couple of CSS related questions.

    1) We are using Template – Blank – Container | Header, Footer in most of our pages

    Is there a way we can reduce the padding/ space (top, bottom, right and left) between the container and content?

    2) How can we adjust the Topbar, Navbar and Footer Transparency? Example: 50% only.

    Thank you!

    #991980
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #992261
    CrystalTiffanyTan
    Participant
    This reply has been marked as private.
    #992308
    Thai
    Moderator

    Hi There,

    Your website is under construction.

    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 login 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.

    #993747
    CrystalTiffanyTan
    Participant
    This reply has been marked as private.
    #993837
    Joao
    Moderator

    Hi There,

    I cannot access your website login form, I tried url/wp-admin and url/login as above provided but without success.

    Is there a chance you can turn off the countdown or provide us the correct login link so we can access your website and have a look at the page?

    Thanks,

    Joao

    #996859
    CrystalTiffanyTan
    Participant
    This reply has been marked as private.
    #996869
    Rupok
    Member

    Hi there,

    Thanks for writing back.

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

    .entry-wrap {
      padding: 0;
    }

    #2. You can use RGBA color to set transparency :

    .x-topbbar, .x-navbar {
      background-color: rgba(255, 255, 255, 0.5);
    }
    .x-colophon.bottom {
      background-color: rgba(0, 0, 0, 0.5);
    }

    Hope this helps.

    Cheers!

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