Home Forums Pro Themes Clean Corporate Pro Linkedin

  • This topic is empty.
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #55022
    blueman
    Participant

    Hello – is an easy way to include a link to my linkedin profile?

    Thanks!

    #55058
    wensolutions
    Keymaster

    Hello @blueman,

    The theme has provided the option to display the Social links in Top header Section . So you can simply add the LinkedIn links in header section .

    For this at first you need to create the social menu including the LinkedIn link by going to Admin Panel > Appearance > Menus. Then go to Admin Panel > Appearance > Customize > Menus > Menus Location and assign the social menu to Social Menu Location .

    Screen Shot :

    https://image.prntscr.com/image/ykSVNCOgSBCQ2AF3vsvCbQ.png

    https://image.prntscr.com/image/suVlqh6JSR_Ve5p9Zh5-Jw.png

    Also go to Admin Panel > Appearance > Customize > Theme Options > Header Options and check the option Show Social Icons.

    Hope this helps .

    If you have any confusion further then please let us know .

    Best Regards!!

    #55113
    blueman
    Participant

    Thanks a lot! How can I change the color of the social menu?

    #55122
    wensolutions
    Keymaster

    Hello @blueman,

    To change the color of the social menu use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS ans paste below given CSS.

    .header-social-wrapper .clean_corporate_widget_social li a:before {
        color: #77a464;
       }

    You can change the hex color code as per your requirement .

    Hope this helps.

    Best Regards!!

    #55123
    blueman
    Participant

    Thanks!! My full text pasted here is:

    /*
    .header-social-wrapper .clean_corporate_widget_social li a:before {
    color: #000099;
    }
    */

    Strangly – the color doesnt change and also the social menu appears just in the Footer and not on the upperside of my website (www.bluemanagement.nl).

    What am i doing wrong?

    #55124
    wensolutions
    Keymaster

    Hello @blueman,

    You have pasted the CSS we have provided inside quote. At first clear all the content inside the Additional CSS and then paste the given CSS.

    You can refer to below screen shot for clear info.
    https://image.prntscr.com/image/9SoN9UN1RDWXybqfU-KZCA.png

    Also make sure you have enable the social menu at the header by going to Admin Panel > Appearance > Customize > Theme options > Header Options . Here check the option show Social Icons to show the social icon in header.

    Hope this helps.

    Best Regards!!

    #55126
    blueman
    Participant

    Great – that works. I have chosen to use only the social menu in the footer. What is the CSS code for changing the color of the LinkedIn (footer) logo and text inside of the logo’s?

    #55127
    wensolutions
    Keymaster

    Hello @blueman,

    Please use below given CSS.

    .footer-social .clean_corporate_widget_social li a {
        background: #e61919 none repeat scroll 0 0;  
    }
    
    .clean_corporate_widget_social ul li a::before {
        color: #2a139e;
    }

    Change the color as per your requirement.

    Hope this helps.

    Best Regards!!

    #55128
    blueman
    Participant

    super! Last point is that the logo gets white when my mouse is touching it. Do a miss the last piece of code?

    #55134
    wensolutions
    Keymaster

    Hello @blueman,

    Use below give CSS to make you social link appear upon hovering .

    #colophon .clean_corporate_widget_social ul li a:hover {
        background: #fd6400 none repeat scroll 0 0;
    }

    Hope this helps.

    Best Regards!!

    #55135
    blueman
    Participant

    Perfect and thanks – matter fully complete now!

    #55193
    wensolutions
    Keymaster

    Hello @blueman,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-corporate/reviews/

    Best regards !!

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.