-
AuthorPosts
-
August 4, 2014 at 11:07 am #299584
Hi again
How would I remove the navigation option “previous & next” on the individual blog post pages?
Thanks in advance
August 4, 2014 at 11:20 am #299588Hi Arran!
Please see – http://kriesi.at/documentation/enfold/remove-post-navigation-for-a-post-type/
Best regards,
YigitAugust 5, 2014 at 11:06 am #300102Hi Yigit
Thanks for the info.
I’m not sure of my “specific post type” After adding the code to functions.php (at the end of the document) Ive determined my type is not “Portfolio”
If it’s easier, without the need to edit the php, I would be happy to just hide the thumbnail image.
Thanks again
August 5, 2014 at 11:13 am #300111Hey!
You would like to hide thumbnail in post navigation, is that correct? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-post-nav .entry-image { display: none !important; }
Best regards,
YigitAugust 5, 2014 at 11:30 am #300127Perfect – Thanks for the quick reply, wherever you may be.
Also:
Is there a way to change the space around the “Promo Box” using css?
I would just like to reduce the space above the box?Thanks again
August 5, 2014 at 11:32 am #300130Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_promobox { margin-top: 20px; }
Best regards,
YigitAugust 5, 2014 at 11:48 am #300146Once again – you rock.
Is it ok to ask more questions while your there?
How do I remove the vertical line which separates the sidebar, from my “Blog Page”Thanks again
August 5, 2014 at 11:58 am #300154Hey!
Sure :) Please add following code to Quick CSS as well
.blog .sidebar, .blog .content { border: none !important; }
Cheers!
YigitAugust 5, 2014 at 12:17 pm #300167August 5, 2014 at 12:18 pm #300171Hey!
Please use following code instead
.page-id-22 .sidebar, .page-id-22 .content { border: none !important; }
Regards,
YigitAugust 5, 2014 at 12:23 pm #300173Love it… heres another one.
I want to move the “nav circles” to the left of my homepage slider…
Any more css tricks?http://103.226.222.34/~elderkni/
Arran
August 5, 2014 at 12:26 pm #300175Hey!
Here you go :)
span.ls-bottom-slidebuttons { float: left; margin-left: 20px; }
Regards,
YigitAugust 5, 2014 at 1:36 pm #300206Thanks again
Can you tell me how to adjust the spacing for my “Fullwidth Separator” on my homepage? The one just below my “Icon Boxes”
http://103.226.222.34/~elderkni/Cheers
August 5, 2014 at 1:41 pm #300209Hi!
Please use following code and adjust as needed
.hr-full, .hr-big { margin: 40px 0; }
Best regards,
YigitAugust 5, 2014 at 1:43 pm #300211Hi again
I would also like to try and get the heading “Latest Articles” to be exactly the same size and style as the titles in the “Icon Boxes”
http://103.226.222.34/~elderkni/
Thanks
August 5, 2014 at 1:46 pm #300212Hi!
Please add following code to Quick CSS as well
body .av-special-heading .av-special-heading-tag { font-size: 16px; font-weight: bold; }
Cheers!
YigitAugust 7, 2014 at 10:41 am #301011Thanks Yigit
August 7, 2014 at 11:19 am #301028 -
AuthorPosts
- The topic ‘Blog post Navigation’ is closed to new replies.