• Resolved tm86

    (@tm86)


    Hi,
    I have tried to change the background colour of the widget with
    .bdp-post-grid-main.bdp-design-2 .bdp-grid-1 .bdp-clearfix {
    background: #000000;
    }
    But wasnt succesful with that. Can you tell me how to change the background colour?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @tm86

    Yes, It is possible with little CSS snippet. I will help you in that.

    Can you please provide me the web page URL on which you had setup the plugin? So I can take a look into it and provide you CSS snippet.

    Also please let me know which background color you want to change.

    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @tm86

    Any update on this please?

    Thread Starter tm86

    (@tm86)

    Sorry, the widget is set up on the bottom right side of this page.
    https://www.schwimmbad-bosenheim.de/
    I would like to change the colour of the background that is now grey and maybe also the background of the title (“Blog”) that is now white to a colour like that:

    #4fe0d9

    Plugin Author pluginandplay

    (@pluginandplay)

    Hello @tm86

    Thanks for the web page link. Please add below CSS to WordPress Appearance > Customize > CSS and save it.

    
    /*While Background*/
    .bdp-post-grid-main.bdp-design-2 .bdp-post-margin-content{background: #4fe0d9;}
    
    /*Outer Grey Background*/
    .bdp-post-grid-main.bdp-design-2 .bdp-post-grid-content{background-color: #f9f9f9;}
    
    /*Title Link Color*/
    .bdp-post-grid-main.bdp-design-2 .bdp-post-title a{color:#fff;}

    You can change the color code to your desired one. The above CSS will help you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change background colour of widget’ is closed to new replies.