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 Charity Pro

Home Forums VW Theme VW Charity Pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78524
    Laurie Biby
    Participant

    Three questions

    website is http://www.tulsaurbanwildernesscoalition.org

    • how can I change the colors of the pink/red separators to #3C7C1C ?

    • my menu is not showing on mobile no matter what I try? I have added a navigation block as a workaround but it looks clunky.

    • on mobile my site is not showing full width in portrait layout. Can this be fixed?

    #78562
    developer vwtheme
    Participant

    Hi,

    1) To change color add the following CSS. To add CSS follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .vw-charity-pro-ive-what-h2:after {
    background: #3C7C1C;
    }

    2) Go to Dashboard >> Appearance >> Customize >> Responsive settings >> Select icon

    3) Add following css. To add CSS follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    #mc_embed_signup {

    width: unset;
    }

    Thank you

    #78668
    Laurie Biby
    Participant

    Thank you.

    Same web site.

    1) Icons have the same pinkish color and so does search box what CSS do I need to enter to make it green #3C7C1C?

    2) Tag cloud in footer I cannot get to stay white font unless in hover – what am I missing?

    3) Amazone Smile in Footer box 4 I have tried to rescale but that is not fixing it what do I need to do to make it fully visible?

    #78712
    developer vwtheme
    Participant

    Hi,

    Add below css to fix the issue. To add css follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    .vw-charity-pro-ive-what-cover:hover i {
    color: #2c7c3c;
    }
    .vw-charity-pro-ive-what-h6:after {

    background: #2c7c3c;

    }
    .wp-block-cover__inner-container span:hover {
    background-color: #1e1d1c!important;
    }
    .tagcloud a {
    color: #fff;
    }
    #amznCharityBannerInner {
    width: 100% !importan;

    }

    Thank you

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