Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #162902
    erich74
    Participant

    Hi,

    On my web site jostudio.fr I am trying to use ‘Stick to the Front Page’ for a post I’d like to keep first in the list.

    1. It displays a text (my website is in french language) called ‘sélectioné’ which is a typo as it should be “sélectionné” with a double ‘n’
    2. I would prefer having a pin picture on it instead of a text. Is that possible? If not how can I at least correct the typo?

    Thanks!
    Eric

    #162920
    Skandha
    Participant

    @erich74: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sticky-post {
    	visibility:hidden;
    	left:0;
    }
    .sticky-post:before {
    	visibility:visible;
    	content:'\f308';
    	font-family:Genericons;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #162933
    erich74
    Participant

    Hi Skandha,

    This is just perfect!
    I’ve just made it a little bit bigger and this is exactly what I wanted.
    Thank you so much!
    Eric

    #163033
    Skandha
    Participant

    @erich74: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-star/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #163067
    erich74
    Participant

    Skandha,

    Done…and again…thanks!

    #163100
    Skandha
    Participant

    @erich74: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change 'Stick to the Front Page' behavior’ is closed to new replies.