Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1071803
    christiaan p
    Participant

    perfect, you guys rock and roll,

    Just as a matter of curiosity,
    what times are the best to ask questions?
    sometimes you guys answer really quickly and other times not, just so I know when to post the question.

    thanks

    #1071823
    Joao
    Moderator

    Hi Christiaan,

    It all depends of how busy we are.

    But I would say that around 12 GMT it is a good moment.

    Let us know if you need help with anything else.

    Joao

    #1072716
    christiaan p
    Participant

    Hi, thanks for all your help so far.
    if you look at my site

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

    see the slider images on the right, that is a sort of calculator,
    it has lost its transparent properties, it is still a png,
    and if I place it as an image it works perfectly, but if its in
    the slider then it loses the transparency? where
    do i fix this?

    thanks

    #1072727
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .x-flexslider {
    	background-color: transparent !important;
    }

    Hope it helps, Cheers!

    #1072733
    christiaan p
    Participant

    thanks thats perfect

    #1072767
    Paul R
    Moderator

    You’re welcome! 🙂

    #1079069
    christiaan p
    Participant

    Hi, how do i change the navigation bar colour in the icon stack?
    as well as the footer? I had renew previously, but now i need the round icon on the nav bar and icon is perfect, but I cant seem to find the location where one can change the nav and footer bar colours.
    Please help, and is there a way to make a space between the nav icons? i need to make a space between the login and contact section?

    thanks

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

    #1079090
    christiaan p
    Participant

    Hi, another question,
    is there a way to make the icon nav buttons a solid colour?
    I need the inside the round button to be a solid colour and the text a white colour?
    thanks

    #1079099
    Christopher
    Moderator

    Hi there,

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

    .x-navbar, .x-colophon.top, .x-colophon.bottom {
        background-color: #000;
    }
    .x-navbar .desktop .x-nav>li>a:hover>span {
        border-color: rgba(0,0,0,0.075);
        background-color: red;
        color: #fff;
    }
    

    and is there a way to make a space between the nav icons? i need to make a space between the login and contact section?

    Please provide us with mockup and let us know how they should look.

    Hope that helps.

    #1079161
    christiaan p
    Participant

    Hi thanks, the nav header and footer is now the right colour,
    ok, see the image attached. I need the change the spacing between the contact and login section

    also the login and register buttons need to be solid colour,
    then on hover the colour needs to change to a lighter colour.

    thanks for all your help, appreciate it

    #1079194
    Christopher
    Moderator

    Hi there,

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

    li#menu-item-401 a span, li#menu-item-402 a span {
        background-color: red;
        color: #fff;
    }
    li#menu-item-401 a:hover span, li#menu-item-402 a:hover span {
        background-color: yellow;
        color: #fff;
    }
    @media (min-width:979px){
    li#menu-item-160 {
        margin-right: -2px;
    }
    }

    Hope that helps.

    #1079205
    christiaan p
    Participant

    YOU GUYS ROCK AND ROLL, thanks, perfect

    #1079207
    Thai
    Moderator

    If you need anything else please let us know.

    #1091542
    christiaan p
    Participant

    Hi, if you look at the site
    and screen shot attached.
    The slider box is in the middle,
    and the other image is on the right
    the both boxes should be 300×300 px but for some reason the
    slider box is making the image larger than 300px
    how do make both columns make the content exatly the same.
    i want the slider box to also be 300 px?

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

    #1091554
    Christopher
    Moderator

    Hi there,

    If you made slider width 300px, slider exceeds column width.

    Please try this code to see what I mean :

    ul.x-slides, .x-flexslider.x-flexslider-shortcode.x-flexslider-shortcode-1, .x-flexslider-shortcode-container {
        width: 300px;
        margin: 0 auto;
        display: block;
    }

    Hope it helps.

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