Forums Forums Search & Filter Pro Customize form

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #51551

    I´m trying costumize css but I´m not sure how to do it….

    I would like something like this:

    http://www.rememori.com/buscar/que:Emilio/donde:valencia

    Where I could find samples or something to help me…

    Thanks in advanced

    Trevor
    #51630

    You would need to create custom css for your theme to do this. Search for the term
    horizontal in the forum will get some examples and ideas.

    Anonymous
    #51796
    This reply has been marked as private.
    Trevor
    #51798

    Gotta love theme developers. ‘Not us’ they cry.

    OK, so, the big dots. This is the CSS on the page causing them:

    .cnt article ul li::before {
        content: '\f111';
        font-family: 'squared-icomoon';
        font-size: 13px;
        margin-right: 15px;
    }

    This is in this file:

    http://esquelasdevalencia.org/wp-content/themes/squared/css/main_blue.css?ver=2014123
    

    A theme file 🙁

    So, this fixes that, I think:

    .cnt article .searchandfilter ul li::before {
        content: '' !important;
    }

    I need to know what you want it all to look like to be able to help you.

Viewing 4 posts - 1 through 4 (of 4 total)