Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #299584

    Hi again

    How would I remove the navigation option “previous & next” on the individual blog post pages?

    Thanks in advance

    #299588
    #300102

    Hi 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

    #300111

    Hey!

    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,
    Yigit

    #300127

    Perfect – 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

    #300130

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_promobox { margin-top: 20px; }

    Best regards,
    Yigit

    #300146

    Once 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

    #300154

    Hey!

    Sure :) Please add following code to Quick CSS as well

    .blog .sidebar, .blog .content { border: none !important; }

    Cheers!
    Yigit

    #300167

    Hi again

    That one didn’t work…
    http://103.226.222.34/~elderkni/articles/

    cheers

    #300171

    Hey!

    Please use following code instead

    .page-id-22 .sidebar, .page-id-22  .content { border: none !important; }

    Regards,
    Yigit

    #300173

    Love 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

    #300175

    Hey!

    Here you go :)

    span.ls-bottom-slidebuttons {
    float: left;
    margin-left: 20px;
    }

    Regards,
    Yigit

    #300206

    Thanks 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

    #300209

    Hi!

    Please use following code and adjust as needed

    .hr-full, .hr-big {
    margin: 40px 0;
    }

    Best regards,
    Yigit

    #300211

    Hi 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

    #300212

    Hi!

    Please add following code to Quick CSS as well

    body .av-special-heading .av-special-heading-tag {
    font-size: 16px;
    font-weight: bold;
    }

    Cheers!
    Yigit

    #301011

    Thanks Yigit

    #301028

    Hey!

    You are welcome, glad we could help :)

    Regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Blog post Navigation’ is closed to new replies.