• I need to apologize because I thought I was already making monthly donations to you for the use of your code. I have Sticky Title running in about a dozen sites I manage so it would be helpful to be able to customize the class without it being overwritten with an update. I have a more extensive wish list but this is the more important.
    <h4 class="sticky-title">Featured post</h4>
    As seen above, is the second word in lower case caused by my themes or an expression of the plugin? I need a way to change the current >Featured post< to >Featured Post<?
    I at least want both words to start with CAPs, please.

    Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Markus Wiesenhofer

    (@markusfroehlich)

    Hello ?. Ni Sidach,
    thank you so much for your donations ??

    I have analyzed your website ??
    The HTML code “<h4 class=”sticky-title”>Featured post</h4>” code should comes from your theme “SimplyBlack (from Guido)”.

    This Theme is not under active development anymore.

    With which plugin do you have updating problems?

    Thank you and best regards
    Markus

    Thread Starter Muirén NíSídach

    (@rhomani)

    Thank you for your reply.
    I have parsed through the WordPress main theme editor and cannot find what causes the sticky post title to be First word Feature capital and second word post lower case.

    “Featured post” is NOT part of the theme. If it was, why would I need your plugin?

    Can you suggest what to do?

    Plugin Author Markus Wiesenhofer

    (@markusfroehlich)

    Hello ?. Ni Sidach,
    you could send me your WordPress login (per Mail) and i will show / change your the text in your theme file.

    Another easy solution is to append “text-transform: capitalize;” your theme style.css file:

    
    .sticky-title {
        margin: 0 0 20px;
        padding: 2px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        text-transform: capitalize;
    }
    

    File: https://solas.si/wp-content/themes/simplyblack/style.css

    Best regards
    Markus

    Thread Starter Muirén NíSídach

    (@rhomani)

    Damn, it was a snake it would of bit me.
    Just added text-transform: capitalize;
    Easy peasy.
    Thank you Markus

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