Hello, I purchased Cortana theme some months before and I edited according to my requirement.
Link: http://demo.zerobulb.com/gsbc/web/
But my client needs social icons at footer to its representative colors, ie; Facebook social icon into #3B5998, twitter icon into #77C7F7 (No need to change the color when its hovered)
Footer screenshot: http://www.screencast.com/t/axvwf7Kj
Hope you will help me.
Also i would like to know how i can resolve the bug which is on header when its visited via Mobile. I found its resolved on http://html.megadrupal.com/forum/site-templates/cortana/677 If you can share the edit file that i need to change it will very much helpful. Otherwise i need to change all the contents and css once more from scratch, as I edited most of the files for my requirement.
Thanks!
Hi,
1. To change the color of social icons in footer:
Open file html, in Footer section, please search <ul class="social-list">
Each tag <li> represents an icon. Thus, to change the color of social icon (background color), you please add the attribute "background-color" for each
For instance,
If you want to change the color of the icon symbol => white, just add class ".primary" next to class ".social-list"
For ex,
<ul class="social-list primary">
2. Mobile Visual Bug http://html.megadrupal.com/forum/site-templates/cortana/677
Please check your email for the updated file
Thanks a lot Cindy for the sharing the informations. It works perfectly.