Tagged: CSS, custom.css, enfold, header space
Hello and thanks for this great Theme!
My Site URL : http://beautyberlin.de
>>>>>>>>>>>>>>>>> I have some css questions <<<<<<<<<<<<<<.
1. I use the small fixed header; how can i remove the “you are here BAR”?
2. How can I reduce the spacing between the header and the slider?
3. on the >Blog page I use a Grid for the <posts; how can I increase the number of lines for the Exerpt?
4. In the Blog view I would like to remove the line: DATE Comments Author name….
Is There a documentation for all css cmds. or a example custom.css??
Thank you for your support.
TOM
Hello doclor!
1) Seems like you already did
2) Please add following code to Quick CSS
.home .fixed_header #main { padding-top: 60px; }
by default it is 88px. If you would like to decrease padding on all pages, simple delete .home from the code
3) Please make sure that Excerpt is checked in Screen Options http://i.imgur.com/PNxn00k.jpg
Then add excerpt http://i.imgur.com/VeujA6h.jpg
4) Add to Quick CSS as well
.slide-meta, .post-meta-infos { display: none; }
There is no css commands documentation but you can search forum, you will probably find same ones
Best regards,
Yigit
Dear Yigit, thank you very much.
Best regards TOM