Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #972732
CSS issues
Closed

Comments

  •  1
    Nicolò started the conversation

    Hi,

    I have some issue with few points on the theme.

    First of all :

    Screen1  --> I cant get off the button. From it's revolution slider it doesn't seem to have one. Where can I delete it?

    Screen2 --> I'd like to take off the "The GEM" logo to show ours. Is there a way?

    Screen3 --> Is there a way to change colour to the social icon? Also at the footer there's a way to take off the "Support-ContactUs ecc.."?

    I've seen that creating portfolios it automatically creates item pages. How do we do for the index? Is there a way not to create those kind of pages? 


    Please let me know

  •   Nicolò replied privately
  •  7,092
    Oliver replied

    HI!

    1. Pls. check attach.

    2. Remove this code from textblock shortcode.

    [vc_single_image image="24046" img_size="163x66"][gem_divider margin_top="48"] 

    3. pls. use following css:

    .socials-colored a .socials-item-icon.facebook {
        color: #cccccc !important;
    }
    .socials-colored a .socials-item-icon.linkedin {
        color: #0288d1 !important;
    }
    .socials-colored a .socials-item-icon.googleplus {
        color: #f44336 !important;
    }
    .socials-colored a .socials-item-icon.youtube {
        color: #c82929 !important;
    }
    /*Hover Colors*/
    .socials-colored a .socials-item-icon.facebook:hover {
        color: #000 !important;
    }
    .socials-colored a .socials-item-icon.linkedin:hover {
        color: #0288d1 !important;
    }
    .socials-colored a .socials-item-icon.googleplus:hover {
        color: #f44336 !important;
    }
    .socials-colored a .socials-item-icon.youtube:hover {
        color: #c82929 !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  1
    Nicolò replied

    Hi Gregor

    2. Where is the textblock shortcode? The icon that i want to take off is in the footer

  •  7,092
    Oliver replied

    HI!

    Sorry, It's widget textbox. Pls. check attach.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver