Home › Forums › All Other Themes › tabs and html
- This topic has 24 replies, 2 voices, and was last updated 7 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 21, 2016 at 10:10 am #56279
https://goo.gl/photos/dop8TRY43uE6Rkzw5
December 23, 2016 at 8:14 am #56484Ciao Dave
pls could you give me your help?
RenatoDecember 23, 2016 at 8:46 am #56486Hi Renato,
Kindly host your website on live server so that we can provide you css instructions on the same.
Regards,
DaveDecember 25, 2016 at 11:58 pm #56591Hi Dave,
I put my site online:
http://www.treeup.altervista.org/
please help me to solve transparence menu on PC and mobile device.
Also I would like to put my mobile number near logo. I tryed to put on mot slogan but I can’t view from mobile device.
Thank you in advance
RenatoDecember 26, 2016 at 5:36 am #56608Hi Renato,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .nav ul li:hover > ul{background:rgba(48, 48, 48, 0.8) !important;}
Regards,
DaveDecember 27, 2016 at 1:44 pm #56690Dear Dave,
at first thank you for your very good support.1) Copyng & pasting your code on “custom CSS Box” the > sign is translate after save in > and transparence does not work. Without > it work on PC but it keep to doesn’t work on mobile. Have you any suggest?
2) I would like to try to draw an animated line that divide manu items and descriptions when the mouse pass on manu item (draw a line between TreUP and Che siamo when mouse hover. The line should be similar to the line that divide my logo name (treeup/treeclimbing).
I tryed to use this css in Custom css box:.header .header-inner .nav ul li a:after span.sub {
content: ”;
display: block;
margin: auto;
height: 3px;
width: 0px;
background: transparent;
-moz-transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-ms-transition: width .5s ease, background-color .5s ease;
transition: width .5s ease, background-color .5s ease!important;}
.header .header-inner .nav ul li a:hover:after span.sub{
width: 100%;
background: #eb9126!important;}I got this example by internet but unfortunately this not work… pls could you suggest me where are the errors I’ve made?
Thank you very much
Renato
December 29, 2016 at 4:52 am #56790Hi Renato,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveDecember 30, 2016 at 9:40 am #56943Hi Renato,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveDecember 30, 2016 at 9:41 pm #56987Dave thank you so much, very fantastic support!!
possible to allign the animated underline (so also the menu & description) to the line of the logo?
Also would like to keep umderline and chenged color on already visited menu item if it was possible.
About menu on mobile: when the menu is closed it is white: how can change background color and “Menu” color?Thank you and have an happy new year!!
January 2, 2017 at 9:51 am #57086Hi Renato,
This issue was resolved from our end. Kindly check and confirm.
You will find css for menu in custom css box.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.