We're merging with GenerateBlocks! Learn more here.

[Support request] css on sidebar

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support css on sidebar

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1302
    Thierry
    Participant

    Hi tom,

    How i can customize the title (if it’s possible remove h2) and the padding (because without image) for Wp show post on sidebar (with widget)

    Thx

    #1305
    dasigna
    Participant

    hmmm…

    take the browser of your choice, use the inspect tools and find out what selectors are used for the referring item… then copy the css into child-style.css or via ‘simple css’-plugin, change it to your needs and (hopefully) youre done.

    not that hard – just try 🙂

    #1311
    Tom
    Keymaster

    Hi there,

    If they’re not in columns, it would be this:

    .wp-show-posts .wp-show-posts-entry-title {
        font-size: 25px;
    }

    If they’re in columns, try this:

    .wp-show-posts-columns .wp-show-posts-entry-title {
        font-size: 25px;
    }

    As for the padding, you should be able to use the option in the “Columns” section.

    #1329
    Thierry
    Participant

    hi, thanks for your answer but not work.

    But the first thing : how remove h2 (native with WPshow post) only the sidebar ?

    #1330
    Tom
    Keymaster

    In GP, you can do this:

    .sidebar .wp-show-posts-entry-title {
        display: none;
    }

    I’ll have font sizing in the next version of pro 🙂

    #1331
    Thierry
    Participant

    🙂

    but with” display:none” all link disappeared, and i don’t understand how i can customize this title .

    #1332
    Tom
    Keymaster

    The code I provided first should do that – could you link me to the page?

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.