Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #288686

    Hi!

    I just bought my third license for Enfold! Totaly amzing theme for a beginner like me.

    Right now I´m building a site with a image background AND I´m happy with everything exept that I can´t figure out how ti style the Portfolio Grid, Images and Porstfolio filter.

    I have find solutions here and there but I can´t bring them togheter.

    (I know that you don´t want to have several questions but I wnat to find a “total” solution.

    1. I want the portfolio filter to have 16 px fontsize and colour yellow on a transparent background. No / between the categories and a padding around 10 px

    2. I want a white medium image-border around the image in the grid.

    3. The Title colour under under the Grid-image in a contrasting colour to the background and fontsizearound 14-15 px. ( Can the title background be transparent?)

    4. And ALL THIS without any setbacks for the rest of the theme.

    If this is too many questions totaly understand!

    Kind regars
    Michael Eldborn

    #288861

    Hey lome61!

    Thank you for using the theme.

    1.) Looks like you managed to figure this one out. If not, please use this:

    .main_color #js_sort_items {
    background: transparent;
    }
    
    .sort_by_cat a.active_sort span {
    background: transparent;
    color: yellow;
    font-size: 16px;
    }

    2.) Please use this to add a border:

    .grid-image img {
    border: 2px solid white;
    }

    3.) Use this for the grid title:

    main_color .grid-content, .main_color .grid-entry-title {
    background: transparent;
    color: red;
    }

    4.) This should not affect other elements on the theme.

    Regards,
    Ismael

    #289525
    This reply has been marked as private.
    #290156

    Hey!

    Sorry for the late reply :)
    Please add following code to Quick CSS as well

    div#js_sort_items {
    font-family: 'Architects Daughter', cursive;
    font-size: 20px;
    }

    and the code you posted above looks just fine

    Best regards,
    Yigit

    #295360
    This reply has been marked as private.
    #295373

    Hey Michael!

    Please add following code to Quick CSS as well

     #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { color: black; }

    Regards,
    Yigit

    #295394
    This reply has been marked as private.
    #295395

    Hi!

    There is always an available moderator on the forum :)
    You are welcome Michael, glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio styling’ is closed to new replies.