Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #771026

    how I can change the color of the title of the product in the “portfolio grid”

    actrually is
    text: grey
    bacground; white

    I need
    text: white
    bacground; black

    #771507

    Hey giammi73,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #771607

    website

    well I need 2 things
    enf

    1 : invert the color in point 1 (background black and white text)
    I have image with white BG so the arrow is it not visible..

    2 if it is possible don’t have the white space between menu and breadcrumb
    but it is not so important..

    • This reply was modified 7 years, 7 months ago by giammi73.
    #773387

    Hi giammi73,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .clear {
        margin: 0;
    }
    
    .main_color.inner-entry, .grid-content, .grid-content .grid-entry-title.entry-title, .grid-entry-excerpt.entry-content {
        background-color: #666666 !important;
        color: #ffffff;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #773872

    thank you!!

    perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘portfolio grid color’ is closed to new replies.