-
AuthorPosts
-
February 18, 2015 at 1:12 pm #398075
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>February 18, 2015 at 5:51 pm #398320Hey Xavier
Link you posted is not Enfold. Can you please check the link once again?
Best regards,
YigitFebruary 18, 2015 at 5:55 pm #398324February 18, 2015 at 6:14 pm #398344Hey!
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!
YigitFebruary 18, 2015 at 6:17 pm #398347Hi 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.
February 18, 2015 at 6:25 pm #398353Hi!
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,
YigitFebruary 18, 2015 at 7:05 pm #398391INCREDIBLE ;)
Runs perfect, you are a big expert of css3.
Thanks so much Yigit for your help.
Xavier.
-
AuthorPosts
- The topic ‘some little css modifications’ is closed to new replies.
