Hi, I need some css modifications.
1)
I have modified the title element for magazine posts and grid element and I dont runs the “p .av-magazine-title .entry-title a”, “p .slide-entry-title .entry-title a”, locators.
Can you help me?, I need modify this elements and I’m not an expert of css3.
2)
I need modify the color of top button “TIENDA” with #C20000 by example.
3)
I need modify the “read more” link css, I like is a button css.
Thanks so much!!!
Xavier.
———-
<p class=”av-magazine-title entry-title” itemprop=”headline”>
TERCERA ENTRADA
</p>
<p class=”slide-entry-title entry-title” itemprop=”headline”>
PRIMERA ENTRADA
</p>
Hey Xavier
Link you posted is not Enfold. Can you please check the link once again?
Best regards,
Yigit
Hey!
Please add following code to Quick CSS
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background-color: #C20000;
color: #fff;
border-color: #C20000;
}
a.more-link {
background-color: #c20000;
padding: 5px;
border-radius: 5px;
color: white;
}
Cheers!
Yigit
Hi Yigit, I need too apply styles to titles of magazine and postslider of home.
<p class=”av-magazine-title entry-title” itemprop=”headline”>
TERCERA ENTRADA
</p>
<p class=”slide-entry-title entry-title” itemprop=”headline”>
PRIMERA ENTRADA
</p>
I need color black and no-decoration in these links.
Thanks!!
Xavier.
Hi!
Please add following code to Quick CSS as well
p.av-magazine-title.entry-title a,p.slide-entry-title.entry-title a {
color: black!important;
text-decoration: none!important;
}
Regards,
Yigit
INCREDIBLE ;)
Runs perfect, you are a big expert of css3.
Thanks so much Yigit for your help.
Xavier.