Comments Aurust started the conversationMarch 4, 2018 at 2:35amHi I was wondering if it is possible to change the items in the Recent Post style "Multiple Large Featured". I wanted to edit some of the items such as the progress bar colours and remove some elements like the By____ Poster name. 3,034Andrew repliedMarch 4, 2018 at 8:57pmHi Aurust,That element does not have options to make those adjustments and maybe you can use custom CSS to remove the items you do not want on it.For removing that by__post name use this CSS: .nectar-recent-posts-single_featured.multiple_featured .active .grav-wrap{ display:none; } For changing the color of the progress bar then use this CSS: body .nectar-recent-posts-single_featured.multiple_featured .controls li.active:before{ background-color:white !important; } add both of these bits of CSS to salient \ general settings - css script related - custom css code.Hope this helps. Sign in to reply ...
Hi I was wondering if it is possible to change the items in the Recent Post style "Multiple Large Featured". I wanted to edit some of the items such as the progress bar colours and remove some elements like the By____ Poster name.
Hi Aurust,
That element does not have options to make those adjustments and maybe you can use custom CSS to remove the items you do not want on it.
For removing that by__post name use this CSS:
For changing the color of the progress bar then use this CSS:
add both of these bits of CSS to salient \ general settings - css script related - custom css code.
Hope this helps.