Forum replies created
this requires changing the widget’s core code. by the way, you could use shortcode Recent Posts https://theme4press.com/alora-documentation/shortcodes/recent-news/ and implement it in the text widget
sure:
.tab-holder .tabs li.active a {
background:#f6f6f6;
border-color: #e0dddd transparent #f6f6f6 #e0dddd !important;
color: #51545c !important;
font-weight: bold;
}
Theme Options -> Blog -> Post meta header placement -> Disable
no it uses the a tag only, use custom css and modify:
.tab-holder .news-list li .post-holder a {
color: #51545c !important;
font-size: 14px !important;
font-weight: bold;
line-height: 17px !important;
}
it can be changed only through custom css too. it uses the default evolve styles
for your current widget Custom CSS:
h3.rpwe-title {color:#444;}
.rpwe-time, .rpwe-summary {color:#666;}
.rpwe-summary a.more-link {background:blue;}
modify per your needs
what about use the built in tabs widget and check there only the recent posts section?
if you provide your FTP details in the private reply I can do it for you 😉
sorry, but only icons are possible as of now for the front page content boxes. if you need images, you could have a look on the content boxes shortcode, it does support images as icons https://theme4press.com/alora-documentation/shortcodes/content-boxes/
then only remove the .home class:
.entry-categories {display:none;}