Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014304
    Christopher
    Moderator

    Hi there,

    To add background color, add following code in Customize -> Custom -> CSS :

    li#menu-item-176 a {
        background-color: red !important;
    }

    To add background image, add this code instead :

    li#menu-item-176 a{
        background-image: url("http://playersinvest.com/wp-content/uploads/2016/05/app-store.png");
        background-repeat: no-repeat;
        background-position: center;
        color: transparent;
        width:135px;
    
    }

    It gives you result like attachment.

    Hope it helps.

    #1016312
    christiaan p
    Participant
    This reply has been marked as private.
    #1016315
    Christopher
    Moderator

    Hi there,

    Upon checking your site, I see you’ve already added the code and it’s working fine. See the attachment.
    Please clear cache too see the changes.

    Thanks.

    #1016468
    christiaan p
    Participant

    great thanks, and this will work on other x sites also? the same codes? as long as i use the right id ofcourse?

    #1016475
    Joao
    Moderator

    Hi Christiaan,

    Yes it will the only important thing is to make sure you have the right Menu ID as you mentioned.

    Let us know if you need further help.

    Thanks

    Joao

    #1016562
    christiaan p
    Participant

    Hi guys, just trying to add

    li#menu-item-177 a{
    background-image: url(“http://playersinvest.com/wp-content/uploads/2016/05/investment-playstore.png”);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    width:135px;

    }

    to the mix, but everytime i save, its fine in customizer but when i want to leave the customizer it crashes and only after a few minutes i can log back into wp admin, then the code above is gone again?? why is this such a difficult thing?
    can you guys try and add it and see if it work?

    its also just an image of the button next to the one we have been trying to do

    #1016673
    Darshana
    Moderator

    Hi there,

    Please copy all of your Custom CSS into an online tool like CSS Lint (http://csslint.net/) and check for errors. CSS will not parse correctly is there are issues.

    Thanks!

    #1071211
    christiaan p
    Participant

    Hi, I have been using your advice on my other site.
    in connection with the nav bar colours.

    And it all work nicly, but then I wanted to remove it.
    especially the sign up nav tab, but after removing the css
    form the customerizer section it still remains there? and even if
    if delete the tab and make another one, now all the tabs have that last
    configuration? of being white and loses the hover over functions?
    how do i remove the css from this section?

    http://wp2.visualrender.co.za/

    #1071247
    Paul R
    Moderator

    Hi,

    Your sign up menu link has your homepage url so wordpress thinks it’s the current page thus it highlights it.

    Please replace the link with your sigup page.

    eg. http://wp2.visualrender.co.za/sign-up

    Thanks

    #1071512
    christiaan p
    Participant

    Hi, thanks its working now,
    another request I have in terms of the nav bar,
    is it possible to – can you put a hover over a nav bar id so if somebody moves their mouse there, a pop-up can show “a custom message?”
    is this possible?

    #1071556
    Christian
    Moderator

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thanks for understanding. Take care!

    #1071746
    christiaan p
    Participant

    ok, thanks,
    ons this same site, there is another issue i cant seem to crack,
    see the image attached.
    the spacing between the colums are not the same, and i cant find the place where you
    can either center all to the exact same column spacing or just adjust the one.

    thanks

    http://wp2.visualrender.co.za/

    #1071757
    Jade
    Moderator

    Hi there,

    I checked the site and the code you have added for the menu item seems to be working fine.

    Please clear your cache.

    #1071781
    christiaan p
    Participant

    ok, thanks,
    ons this same site, there is another issue i cant seem to crack,
    see the image attached.
    the spacing between the colums are not the same, and i cant find the place where you
    can either center all to the exact same column spacing or just adjust the one.

    You will also notice that the 3 columns are not evenly spaced? They are idential sized images but there is more
    space on the left than the right. I just want equal spacing between the 3, and also want the column to start equal to all the other content below, or equal to the logo left edge, if this all makes sense

    thanks

    http://wp2.visualrender.co.za/

    #1071784
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .page-id-5 #x-content-band-1 .x-column .x-container {
        margin: 0;
        width: 100%;
    }

    Hope this helps.

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