• Hi

    Is there a way to maybe make sticky posts stand out more prominently rather than a safety pin?
    Maybe when in blog post list view a highly background or a border around it example border around sticky.

    its confusing for some people they say

    thanks
    kev

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Roch

    (@rochesterj)

    Hi Kev!

    Thanks for reaching out.

    That is defined by your theme indeed, we have the .sticky class for sticky posts:
    https://prntscr.com/maha6e

    So you can use some CSS using that, for instance:

    #main .sticky {
    	border: 2px solid red;
    	border-width: 7px 2px 2px;
    }

    Thanks!

    Thread Starter kev147

    (@kev147)

    Thanks Roch i shall try that, where do i add this code?

    thanks
    kev

    Thread Starter kev147

    (@kev147)

    Never mind i found it, and its perfect thanks pal

    One last thing can i sort the sticks to my desired order of showing ?

    • This reply was modified 6 years, 2 months ago by kev147.
    Roch

    (@rochesterj)

    Hi Kev!

    Thanks for your reply.

    As far as I know, they are ordered by publishing date. This is defined by WordPress actually, not our theme.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘stickys’ is closed to new replies.