Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    March 12, 2015 at 9:14 am #15335

    Hi again,

    You said yesterday:

    if you mean this http://prntscr.com/6fhjxd , is it a widget? because I cannot control it in your widgets area.

    It is Recent Posts Extended widget, but it does not necessarily need to be. It was the tool I found that would only display ‘news posts’ in this area. I would use anything that could give me a better looking/controllable recent post section for news. Any advice would be appreciated.

    Thanks.

    Roman
    Spectator
    Posts: 3147
    March 12, 2015 at 10:45 am #15340

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

    Graham Newell
    Spectator
    Posts: 104
    March 12, 2015 at 10:56 am #15341

    Yeah, that’s more like it. Can I format the font styles, read more, colours etc.?

    G.

    Roman
    Spectator
    Posts: 3147
    March 12, 2015 at 11:01 am #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

    Graham Newell
    Spectator
    Posts: 104
    March 12, 2015 at 11:10 am #15343

    What about settings for the Evolve Tabs?

    What can I change there? Title font, title background, etc.

    G

    Roman
    Spectator
    Posts: 3147
    March 12, 2015 at 11:13 am #15344

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

    Graham Newell
    Spectator
    Posts: 104
    March 12, 2015 at 2:33 pm #15345

    Does it use h1, h2 etc.? I would like to tweak those anyway, can you guide me to the CSS tags and names?

    Thanks

    Roman
    Spectator
    Posts: 3147
    March 12, 2015 at 5:59 pm #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;
    }

    Graham Newell
    Spectator
    Posts: 104
    March 12, 2015 at 6:33 pm #15350

    Ok, great, that is the text.

    What about the header cell “Recent” at the top of the column, can I change the text size, color and the background of the cell?

    G.

    Roman
    Spectator
    Posts: 3147
    March 12, 2015 at 6:54 pm #15351

    sure:

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

    Graham Newell
    Spectator
    Posts: 104
    March 12, 2015 at 7:09 pm #15353

    You’re good.

    What about the title name ‘Recent’, can I change that too?

    Do I ask too many questions?