• Resolved JenniferCross

    (@jennifercross)


    Hi Roman,

    I hope you’re well.

    I would like to change the colour of the box underneath the Meet the Client row, the box says ‘Read our Story’. It currently only appears when you hover over it and it is black which doesn’t stand out. I’d like the box to always be #fff.

    The issue is that I only want to change this box colour on this specific row/panel grid, and not the other one that also uses the Employee widget (shown as About) which I want to leave as it is.

    Any help you can offer will be appreciated as always.

    Thanks,
    Jen

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Jen,

    I would like to change the colour of the box underneath the Meet the Client row, the box says ‘Read our Story’.

    You can try to add this CSS code in the Customize → Additional CSS section:

    /* MEET THE CLIENT section colors */
    div#pg-773-8 a.all-news {
        color: #fff;
        border-color: #fff
    }
    
    div#pg-773-8 a.all-news:hover {
        color: #a3195b;
        background-color: #fff
    }
    
    div#pg-773-8 .employee-position {
        color: #fff;
    }

    It will also make the “MD, Roche Legal” text white, which is invisible now.

    Kind Regards, Roman.

    Thread Starter JenniferCross

    (@jennifercross)

    Perfect, thanks so much.

    Have a great week.

    Jen

    You are welcome Jen!

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing colour of Read More box’ is closed to new replies.