- This topic has 12 replies, 4 voices, and was last updated 2 years, 11 months ago by
David.
-
AuthorPosts
-
February 24, 2020 at 6:15 am #1175110
Tim
I would like to add a shadow.png under the main menu similar to this page. http://dentistnampaidaho.com/. I’m seeking your guidance and recommendations.
February 24, 2020 at 6:17 am #1175112Tim
Also adding text decoration underline on mouse over for menu.
February 24, 2020 at 8:52 am #1175427Leo
StaffCustomer SupportHi there,
Do you have a page hero/header element created as the example site?
Any chance you can link us to the current set up in question?
Please open a new topic for a separate question.
Thanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 24, 2020 at 9:35 am #1175488Tim
This is the site using your template and building from scratch.
http://bigtexcarpet.com/wp-admin/post.php?post=1896&action=editFebruary 24, 2020 at 5:49 pm #1175811Tom
Lead DeveloperLead DeveloperHi there,
Any chance you can link us to the live page? We’re not able to view the admin side of things.
Let us know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 24, 2020 at 6:17 pm #1175836Tim
Hi Tom,
I’m creating this from scratch utilizing your pivot template. If you need to get into the back end no issues as this is in development. Delete this when able.I would like to add a shadow.png under the main menu similar to this page. http://dentistnampaidaho.com/.
Here is the site that I’m working on https://bigtexcarpet.com/ using the Pivot template.
This is the image I would like to use under the header which will be solid color.
http://bigtexcarpet.com/wp-content/uploads/2020/02/shadow.pngFebruary 25, 2020 at 8:58 am #1176510Tom
Lead DeveloperLead DeveloperI’m not able to load that page – I’m getting a “Your connection is not private” error, which I can’t even bypass.
Any chance you can set up the SSL certificate?
Be sure not to post credentials in these forums, as the replies are public.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 25, 2020 at 12:44 pm #1176719Tim
Tom,
I deleted the otehr domain as it was just a dev site. This URL has the SSL cert. https://bigtexflooring.com/ I added the same shadow to the main page only. Would like to have it under the main nav like the other http://dentistnampaidaho.com/.
Thanks for the help!
TimFebruary 25, 2020 at 3:41 pm #1176834Tom
Lead DeveloperLead DeveloperCan you also link me to the background image you’re wanting to apply?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 25, 2020 at 4:51 pm #1176883February 26, 2020 at 4:19 am #1177222David
StaffCustomer SupportHi there,
try this CSS:
.main-navigation { position: relative; } .main-navigation:after { content: ''; position: absolute; background: url('https://bigtexflooring.com/wp-content/uploads/2020/02/shadow-1024x90.png') no-repeat center top; left: 0; right: 0; top: 100%; height: 100px; pointer-events: none; } /* Adjust for site header on static navigation */ .main-navigation:not(.is_stuck):after { top: calc(100% + 10px); }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 26, 2020 at 7:33 am #1177622Tim
You guys are awesome!
February 26, 2020 at 7:58 am #1177658David
StaffCustomer SupportGlad we could be of help
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.