Home › Forums › VW Theme › VW WRITER PRO THEME › Problems with header image display: also, slider question?
Tagged: contact_box, custom CSS, header, masthead, site-header
- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by
developer vwtheme.
-
AuthorPosts
-
June 16, 2019 at 9:34 pm #13704
Diane Duane
ParticipantHello 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 5 years, 10 months ago by
Diane Duane.
June 17, 2019 at 4:29 am #13711developer vwtheme
ParticipantHi,
Thank You for choosing us!
Kindly provide us the Site URL to review so that we could provide you a solution.
Thank You
June 17, 2019 at 5:51 am #13713Diane Duane
ParticipantGood morning!
The site (still under construction, as you’ll see) is located here:
http://www.middlekingdoms.com/scratchMK/
Best regards—
DDJune 17, 2019 at 11:03 am #13728developer vwtheme
ParticipantHi,
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
June 17, 2019 at 11:47 am #13732Diane Duane
ParticipantDear 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?
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!
–DDJune 17, 2019 at 12:23 pm #13734developer vwtheme
ParticipantHi,
Sorry but the image is not present for us.
Thank you.
June 17, 2019 at 12:53 pm #13736Diane Duane
ParticipantHi there! Apologies, let me try again. This is the image’s URL:
June 18, 2019 at 11:58 am #14597developer vwtheme
ParticipantHi,
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
-
This topic was modified 5 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.