Tagged: enfold 3.4
Hello , I love enfold.
I would like to help to fix some design problems to http://portalkairos.org/
1 – The first is that I would hide the categories, show the images below:
http://portalkairos.org/kairos_02.jpg
http://portalkairos.org/kairos_06.jpg
2 – The other is the header menu that sits on top of the logo on the screen is smaller.
http://portalkairos.org/kairos_01.jpg
3 – When the article title is too large it would be cool to appear ( … )
http://portalkairos.org/kairos_05.jpg
4 – How do I upgrade to the new logo of the G+ ?
http://portalkairos.org/kairos_03.jpg
5 – How can I adjust the slider to mobile devices?
http://portalkairos.org/kairos_04.jpg
Thanks.
The best theme ever…
Hey Wellington!
Please use different tickets for different questions in the future.
1. use this in Quick CSS field:
span.blog-categories.minor-meta {
display: none;
}
2. So what else do you want to achieve? you have lots of menu items, wich is causing this.
3. The theme can’t know when a title is too large for you. So I am afraid it won’t be easily possible.
4. Use this code:
li.social_bookmarks_gplus.av-social-link-gplus.social_icon_3:before {
content: 'your-icon-code'
}
and place your icon code into it.
5. I don’t see any title elements on your slider when using mobile. Did you remove them somehow?
Best regards,
Andy