Site logo

Archived topic

Background color in shortcode-field

5 replies · Started by Ketil on February 13, 2023

Viewing posts 1–6 of 6

Hello. Trying to apply white background-color to a shortcode field on top of a container, but doesn't seem to work.
How should I approach this, any suggestions?

Hi Ketil,

I visited the page but am not sure what I should be looking at here.

Can you explain a bit more?

Let me know :)

Wanted it to look like the link in description, a white background to the section listing the cars

Is the shortcode added inside of a GB container?

If so does it work if you add a background color to that container? I don't believe one is set currently.

Have added bgcolor to the container, seems I'm doing something wrong

Hi Ketil,

Try adding this through Appearance > Customize > Additional CSS:

.gb-container.gb-container-da057bbd :is(.billink-filters, .billink-results){
    background-color: #fff;
}
This archived topic is closed to new replies.