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.

Problems with header image display: also, slider question?

Home Forums VW Theme VW WRITER PRO THEME Problems with header image display: also, slider question?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #13704
    Diane Duane
    Participant

    Hello there! I have a couple of minor problems I hope you can help me with.

    First of all: Instead of the dark “masthead” block with contact information that appears at the top of all the pages, I would like to substitute an image and show contact information elsewhere (probably in the footer). Though I have set the header image in the main WordPress header settings section of the customizer, no header image is displaying, either in the top block or elsewhere. Can you advise as to what I’m doing wrong?

    Secondly: I would like to get rid of the floating button (with post-date info) that appears over post titles in the slider. I assume this can be done using custom CSS: if you can suggest what CSS I can add to achieve this, I’d be grateful. 🙂

    Many thanks in advance for your help!

    — Diane Duane

    • This topic was modified 4 years, 10 months ago by Diane Duane.
    #13711
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Kindly provide us the Site URL to review so that we could provide you a solution.

    Thank You

    #13713
    Diane Duane
    Participant

    Good morning!

    The site (still under construction, as you’ll see) is located here:

    http://www.middlekingdoms.com/scratchMK/

    Best regards—
    DD

    #13728
    developer vwtheme
    Participant

    Hi,

    Thank you for choosing us!

    You have to remove the color first for the header and then add the header image.

    Kindly follow the steps given below to remove it.

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

    .date_div {
    display: none;
    }

    If you need further assistance or clarification please let us know.

    Thank You

    #13732
    Diane Duane
    Participant

    Dear developer-vwtheme,

    Thanks for your quick reply! Unfortunately, as regards the custom CSS, inserting and publishing this code has not had any affect on the appearance of the floating date box. (Please see the image below from my dashboard.) Can you advise?

    Dashboard image 1

    Also, can you please advise as to which part of the customizer I should be using to remove the color from the masthead block? This is unclear.

    Thanks kindly for your help!
    –DD

    #13734
    developer vwtheme
    Participant

    Hi,

    Sorry but the image is not present for us.

    Thank you.

    #13736
    Diane Duane
    Participant
    #14597
    developer vwtheme
    Participant

    Hi,

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

    Your date is not floating if you want to remove it then use the following CSS.

    .slidepost_date span.entry-date {
    display: none;
    }

    for removing the background color of topbar paste the following CSS and after that please change the text color from customizer

    .vw-writer-logo-contact_box {
    background: unset;
    }

    Thank you

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