Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #749933
    Mik3yMcD
    Participant
    This reply has been marked as private.
    #749951
    Thai
    Moderator

    Hi There,

    Under your custom CSS, you forgot to close the bracket(}).

    Please find this CSS:

    .x-subscribe-form input[type="submit"] {
      display: inline-block;
      width: 100%;
      margin-top…

    And replace with this:

    .x-subscribe-form input[type="submit"] {
      display: inline-block;
      width: 100%;
      margin-top: 10px;
    }

    After that add your new custom CSS:

    .x-navbar {
    background-color: #1e73be;
    }

    Let us know how it goes!

    #749976
    Mik3yMcD
    Participant

    That worked Thank you, also is there a way to move the picture in the footer up?

    #750015
    Rupok
    Member

    You are welcome! You can add margin-top: -70px; to the style. So your code would be like –

    <img src="http://d5e.bbe.myftpupload.com/wp-content/uploads/2016/01/cve_completed_v.jpg" style="width:80px;height:80px; margin-top: -70px;">

    Hope this helps.

    Cheers!

    #750065
    Mik3yMcD
    Participant

    Thank you so much that was what i needed.

    #750332
    Rad
    Moderator

    You’re so much welcome!

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