Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #980001
    kripikri
    Participant

    I have gotten pretty far to completing the look of my site,
    http://kripikri.com

    I’m trying to get each link (menu item) in my menu to be a button (pill) and to have the same effect my content area does (transparent white), is there a way to this?

    I also realized that I customized my home page content area to have the look I want (the transparent effect) but if I actually click on the post, the content area on the post page is black…what can I do to make my content area just like my home page? EVERYWHERE, with the same text color (rgb(18, 55, 90))

    Can you please help me achieve these things?

    Thank you!

    #980085
    Christopher
    Moderator

    Hi there,

    Please add this :

    .x-navbar .desktop .x-nav > li > a > span {
        margin-right: -0.089em;
        border: 1px solid;
        border-radius: 30px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.7);
    color:rgb(18,55,90);
    }
    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow:none;
    }

    Find this code :

    .home .entry-wrap {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    And update it to :

    .entry-wrap {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    Hope it helps.

    #981797
    kripikri
    Participant

    thanks so much! perfect! <3

    #981807
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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