Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Cambiar diseño del Sidebar de OceanWP

Si usas el theme OceanWP y quieres cambiar el diseño del sidebar, aquí te enseñamos como:

Copia el siguiente código CSS y cámbialo a tu gusto, en este caso, este sería el cambio:

.widget-title {border:none; text-transform:none; padding:0 !important;}

.sidebar-box h4.widget-title:before {
   content: "\f10c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ec1a1a;
    font-size: 18px;
margin-right:8px;
    }

Otro ejemplo y diseño diferente al anterior.

.widget-title {border:none; text-transform:none; padding:0 !important; position:relative;}

.sidebar-box h4.widget-title:after {
   position: absolute;
    content: '';
bottom: 4px;
    width: 35px;
    height: 2px;
    background-color: #00657D;
	margin-left:3px;
    }

Si estás buscando otro tipo de cambio, ponte en contacto con nosotros para ayudarte.



This post first appeared on Taller De Wordpress, please read the originial post: here

Share the post

Cambiar diseño del Sidebar de OceanWP

×

Subscribe to Taller De Wordpress

Get updates delivered right to your inbox!

Thank you for your subscription

×