Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

VW Education: Change color Text Widget

Home Forums VW Theme VW EDUCATION PRO THEME VW Education: Change color Text Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5852
    matthieu.lentz
    Participant

    Hello,
    In your theme, you have applied a green background color to the Text widget box (see https://www.vwthemes.net/vw-education-theme/shop witrh RECENT COMMENT). Can you tell us how to change that color?
    Thanks

    #5860
    developer vwtheme
    Participant

    Hi Matthieu,
    As per your query, we are giving you some easy steps and CSS to change the background color and for now, we have added the black color you can change color as per your wish.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
    #sidebar h3 {
    background: #000;
    }
    If you need any other help please let us know.
    Thanks

    #5907
    matthieu.lentz
    Participant

    Hi,
    It doesn’t seems to work. I have remove the # from your code example as it turned into an error. I wrote this:
    publish.sidebar h3 {
    background: #000;
    }

    Where is the issue?

    #5909
    matthieu.lentz
    Participant

    Hello,

    I have the same request for the Widget Text in the FOOTER. How can we change the background color of the Text? See example below for the “A propos” Footer: there is a white box surrounding the text (in white), which make it impossible to read.
    https://photos.google.com/photo/AF1QipP1cVMeZRw7WMGcZ6mma6rAvOLghaAZ43A-RDi6

    #5922
    developer vwtheme
    Participant

    Hi Mattieu,
    As per your query, to change the background color we have given you CSS just put it in an Additional CSS and please don’t remove # from it.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.

    #sidebar h3 {
    background: #000;
    }

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.