Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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>

    #398320

    Hey Xavier

    Link you posted is not Enfold. Can you please check the link once again?

    Best regards,
    Yigit

    #398324

    Sorry Yigit

    http://artistandbeer.com/blog

    Thanks!!

    Xavier.

    #398344

    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

    #398347

    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.

    #398353

    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

    #398391

    INCREDIBLE ;)

    Runs perfect, you are a big expert of css3.

    Thanks so much Yigit for your help.

    Xavier.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘some little css modifications’ is closed to new replies.