• Resolved renzoenzo1

    (@renzoenzo1)


    Is there a way to change the background color on the widgets mouse over color for this theme? For example I would like to change the hover background color for the “Our Team Widget” to transparent as well as removing the white box area where the “team member” name goes. Thank you.

    • This topic was modified 5 years, 6 months ago by renzoenzo1.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @renzoenzo1

    From your dashboard, go to Appearance > Customize > Additional CSS and add the below code and click Publish.

    For background hover color of our team widget area:

    .widget_our_team_block .parallax-overlay:hover {
    	background-color:transparent;
    }

    For removing team member name area along with name:

    .team-name {
        display: none;
    }

    Please let us know if this doesn’t help you.
    Thanks.

    Thread Starter renzoenzo1

    (@renzoenzo1)

    Hi,

    Thank you for the quick response.

    Removing the team area+name worked perfect! Thank you.

    Setting the hover background color to transparent for some reason did not. It appears that the hover background color is set to whatever I set the primary color option to in Appearance > Customize > Additional CSS>Himalayas Design Options>Primary Color Option.

    What I am trying to accomplish is to have just the text and image set for this particular widget on my page without having the hover background color+name area.

    Hi @renzoenzo1

    Try adding this code:

    .team-desc-wrapper {
        background: transparent;
    }

    The above background color code is given for the whole team section. I misunderstood your problem. so, you can remove that code and use the above code instead.
    Please let us know if this code doesn’t help you.

    Thanks.

    Thread Starter renzoenzo1

    (@renzoenzo1)

    Worked perfect! Thank you very much.

    It was a pleasure helping you out. ??

    Thanks.

    novasite

    (@novasite)

    Hi,
    I would like to change the widget background color, and footer background behind widgets, to the same color as the widget background color. I am using WordPress Bizspeak theme. Can you please help me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘widget background color & customizations’ is closed to new replies.