Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1374151
    GodisHoly88888888
    Participant

    Hello, at this page: http://raptureofthebride.com/2016/09/12/zola-levitt/ — I don’t know why there is a black bar in the menu area. (a setting somewhere)?

    Thanks – Victor

    #1374158
    GodisHoly88888888
    Participant

    Also : ) Would I need a css code to change the Font Color of the Text, for the Top-Bar & Header – in just the blog —

    Thanks,

    Victor

    #1374164
    GodisHoly88888888
    Participant

    hello : ) (no delete option for this post)

    #1374584
    Rupok
    Member

    Hi Victor,

    Let us know if you still need help and specify the problem a bit more.

    Thanks!

    #1375535
    GodisHoly88888888
    Participant

    Hello — yes I still need assistance — At the link above there is a black area at the top of the page, — also need help with the Font Color of the Text, for the Top-Bar & Header – in just the blog —

    Thanks, Victor

    ( when I was saying delete above, I was referring to just that comment 🙂 )

    #1375968
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }
    .x-breadcrumb-wrap {
        position: relative;
        z-index: 9999;
    }
    .single-post p.p-info, .single-post .x-social-global a {
        color: #000;
    }
    .single-post span.ubermenu-target-title.ubermenu-target-text {
        color: red;
    }
    

    If you need further assist, please provide us with login credentials.

    Hope that helps.

    #1376724
    GodisHoly88888888
    Participant
    This reply has been marked as private.
    #1376846
    Christopher
    Moderator

    Hi there,

    Please add this code:

    .single-post .entry-thumb {
    
        background-color: transparent;
    }

    Your logo size is too large so it puts menu items on the other line, please reduce font size on logo or use a smaller word or change header layout to stacked.

    You can set sidebar, please check this link : https://community.theme.co/kb/unlimited-sidebars

    I tried the code I provided in previous replay and it worked fine on single post, see the attachment.
    If you want to change the color on blog index page, update the code to the following :

    .blog p.p-info, .blog .x-social-global a {
        color: #000;
    }
    .blog span.ubermenu-target-title.ubermenu-target-text {
        color: red;
    }

    Hope it helps.

    #1377614
    GodisHoly88888888
    Participant

    Thanks for the code/work 🙂

    One problem though, I want to change the Color for the Text Logo (and also topbar text) from red to blue for just the blog — Thanks, Victor 🙂 (topbar text maybe even to white {blog})

    (when I added the code above it changed the color of the menu words {the topbar text changed too I think, to a dark color it may of been})

    (The other code worked good for the black area becoming Transparent)

    #1377636
    GodisHoly88888888
    Participant

    Hello — I put the Logo-Text as Stacked, however can I get a Transparent Code as the Logo-Text has a white background. The White Background is pretty good, but would like to have a Transparent code also (if possible).

    Thanks 🙂

    Victor 🙂

    #1377757
    Christopher
    Moderator

    Hi there,

    Please add this:

    /*single post*/
    .single-post .x-topbar .p-info, .single-post .x-brand {
        color: blue;
    }
    /*Blog index*/
    .blog .x-topbar .p-info, .blog .x-brand {
        color: blue;
    }
    .x-logobar {
        background-color: transparent;
    }
    

    Hope it helps.

    #1378328
    GodisHoly88888888
    Participant

    Thanks — a lot better 🙂

    I have another request, is there a setting to change the white border lines above/below the Logo Text that run across the web-page?

    If not, do you have a code to change the lines to Transparent or to another color — Thanks – Vic

    #1378443
    Jade
    Moderator

    Hi there,

    Please try this code:

    .x-logobar, .x-topbar, .x-breadcrumb-wrap, .x-navbar {
        border: 0 !important;
        box-shadow: none;
    }

    Hope this helps.

    #1378611
    GodisHoly88888888
    Participant

    Thank you for the code — everything is good,

    Thanks,

    Victor 🙂

    #1378646
    Joao
    Moderator

    Glad to hear it,

    Cheers

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