Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348916
    Thai
    Moderator

    Hey There,

    Please add the following CSS:

    body.blog .x-navbar .desktop .x-nav > .menu-item > a > span,
    body.single-post .x-navbar .desktop .x-nav > .menu-item > a > span,
    body.blog .x-navbar.x-navbar-fixed-top .desktop .x-nav > .menu-item > a > span,
    body.single-post .x-navbar.x-navbar-fixed-top .desktop .x-nav > .menu-item > a > span {
        color: #000 !important;
    }

    Hope it helps 🙂

    #1349000
    brendanduggan11
    Participant

    Yes it did. Almost.

    Now I would like to have the logo appear along with the text when the pages initially load. As well as remove the border.

    Thank you

    #1349304
    Christopher
    Moderator

    Hi there,

    Please remove this code from customizer and add it under home page/cornerstone settings tab/custom css:

    .x-brand.img {
        display: none;
    }

    Add this code in customizer :

    .blog .x-navbar.x-navbar-fixed-top, .single-post .x-navbar.x-navbar-fixed-top {
        box-shadow: none !Important;
    }

    Hope it helps.

    #1351356
    brendanduggan11
    Participant

    Could not find the code you mention in my customizer to remove

    .x-brand.img {
        display: none;
    }

    nor do I understand where to find “under home page/cornerstone settings tab/custom css:”

    #1351835
    Christopher
    Moderator
    This reply has been marked as private.
    #1352253
    brendanduggan11
    Participant

    ok thanks, it kinda worked.

    The one step I don’t understand is “and add it under home page/cornerstone settings tab/custom css:”

    is this the step that would make my logo transition onto the navbar in my homepage upon scrolling down? Because as of now the logo is appearing along with the menu text, where as I would like it to transition in along with the navbar background.

    but only for my main page!!!!

    My blog page and blog posts are now working how I want them to.

    Thank You

    #1353196
    Christopher
    Moderator

    Hi there,

    Please see the attachment, add following code under home page/cornerstone settings tab/custom css:

    .x-brand.img {
        display: none;
    }
    .x-navbar.x-navbar-fixed-top.shadow .x-brand img {
        display: block;
    }
    

    Hope it helps.

    #1353629
    brendanduggan11
    Participant

    ok just about, I would like the logo to transition in along with the background rather then just instantly appear.

    Also now the navbar background is black from the top of the page to just below the letters in the menu options. How do I remove it. Its hard to see now because the videolayer is dark also but if I would change to a lighter layer in the future it will show up alot more. i seemed to have fixed it.

    but still need the logo to transistion in on the main page over 2.5 secs like the navbar.

    Thank You!

    #1354370
    Rad
    Moderator

    Hi there,

    Please replace this CSS,

    .x-brand.img {
        display: none;
    }
    .x-navbar.x-navbar-fixed-top.shadow .x-brand img {
        display: block;
    }

    With this

    .home .x-brand.img {
        opacity: 0;
        -webkit-transition: opacity 1s; /* Safari */
        transition: opacity 1s;
    }
    .home .x-navbar.x-navbar-fixed-top.shadow .x-brand.img {
       opacity: 1;
    }
    .home .x-brand img {
    display: block !important;
    }

    Hope this helps.

    #1354428
    brendanduggan11
    Participant

    yes it worked. thank you very much.

    #1354566
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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