Forum replies created

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 19:59 #15354

    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

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 18:54 #15351

    sure:

    .tab-holder .tabs li.active a {
    background:#f6f6f6;
    border-color: #e0dddd transparent #f6f6f6 #e0dddd !important;
    color: #51545c !important;
    font-weight: bold;
    }

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 18:03 #15348

    Theme Options -> Blog -> Post meta header placement -> Disable

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 17:59 #15347

    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;
    }

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 11:13 #15344

    it can be changed only through custom css too. it uses the default evolve styles

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 11:01 #15342

    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

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 10:45 #15340

    what about use the built in tabs widget and check there only the recent posts section?

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 10:43 #15339

    if you provide your FTP details in the private reply I can do it for you 😉

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 10:41 #15338

    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/

    Roman
    Spectator
    Posts: 3147
    12.03.2015 at 10:39 #15337

    then only remove the .home class:

    .entry-categories {display:none;}