Change "Follow" and "More" caption sidebar
-
Hi, i’m trying to change the caption title from the sidebar. I did what bdbrown suggested in an older thread. Didi this modification to my Style.css on a child theme
.s1 .sidebar-top p {
display: none;
}.s1 .sidebar-top p:first-child,
.s2 .sidebar-top p:first-child {
display: none;
}
.s1 .sidebar-top:after {
content: “Siga-nos”;
}
.s2 .sidebar-top:after {
content: “Siga-nos”;
}
.s1 .sidebar-top:after,
.s2 .sidebar-top:after {
padding: 5px 0;
color: #fff;
font-size: 18px;
font-weight: 600;
}Also i’m trying to change from icons to text on the AlxTabs widgets. Did also a modification to my style.css that bdbrown suggested.
.s1 .alx-tabs-nav .fa.fa-star:before {
content: “Popular”;
}.s1 .alx-tabs-nav .fa.fa-clock-o:before {
content: “Recente”;
}However, none of this is making any difference to my website (www.ligadosnerds.com)
Am I doing something wrong?Thanks!
- The topic ‘Change "Follow" and "More" caption sidebar’ is closed to new replies.