Topic Resolution: Resolved
  • Closed
  • Meshal
    Spectator
    April 18, 2015 at 10:20 am #16530

    Hi everyone

    I liked the boxed style widgets in evolve theme and I’m wondering to do the same in alora. is there such plugins or custom css to be added in theme options ?.

    Roman
    Spectator
    Posts: 3147
    April 18, 2015 at 10:35 am #16534

    you could use something like, Custom CSS:

    .widget {padding:15px;border:1px solid #777;}

    modify per your needs

    Meshal
    Spectator
    Posts: 30
    April 18, 2015 at 11:01 am #16535

    Thats great !, can I make colored background for the widget title too ? (as evolve)

    Roman
    Spectator
    Posts: 3147
    April 18, 2015 at 11:21 am #16537

    try:

    #sidebar .heading {background:#333;padding:10px;width:100%;}
    #sidebar .heading h3 {color:#fff!important;}
    .heading .title-sep-container {display:none;}

    that’s all I can suggest

    Meshal
    Spectator
    Posts: 30
    April 18, 2015 at 9:54 pm #16571

    Cool :), that’s what I’m looking for Roman, thanks for help.