Home › Forums › Pro Support › css on sidebar Tagged: css, sidebar This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 23, 2016 at 9:19 am #1302 ThierryParticipant 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 December 23, 2016 at 12:46 pm #1305 dasignaParticipant 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 🙂 December 23, 2016 at 11:53 pm #1311 TomKeymaster 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. December 26, 2016 at 9:49 am #1329 ThierryParticipant hi, thanks for your answer but not work. But the first thing : how remove h2 (native with WPshow post) only the sidebar ? December 27, 2016 at 8:52 pm #1330 TomKeymaster 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 🙂 December 28, 2016 at 2:08 am #1331 ThierryParticipant 🙂 but with” display:none” all link disappeared, and i don’t understand how i can customize this title . December 28, 2016 at 11:08 am #1332 TomKeymaster The code I provided first should do that – could you link me to the page? Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In