Hi I have a few questions.
1: I would like to reduce the space between the blog posts in the blog widget (I m using it on the frontpage)
Can´t find a Quick CSS fix in the forum – Do you have a solution?
2: Is it possible to incert text on the same line as the logo in the top (after the logo) ?
3: Where do I find all the Icons used for e.g. Icon boks ? (I want to upload my own)
Thanks
Hi Jonas!
1- Please add following code to Quick CSS and adjust as needed
.avia-content-slider .slide-entry-wrap { margin-bottom: 15px; }
2- Please go to Appearance > Editor and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your text right below it as following
echo "<div class='header-custom-text'>Here is my custom text!</div>";
Then you can adjust its position using custom CSS in Quick CSS field
.header-custom-text { position: relative; right: 0; top: 10px; color: red; font-size: 24px; }
3- http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
Yigit
Thanks, everything works fine, with some css on the new custom div.
A fial question.
When I ser the blog to grid, it shows 3 collums in the categories, and no “read more link” under the posts.
Is it possible to get 1 collum and read more? (without using a new site with widget)
Hey!
Please refer to this thread – https://kriesi.at/support/topic/blog-posts-excerpts-enfold/
Cheers!
Yigit