-
AuthorPosts
-
May 17, 2015 at 11:22 pm #445455
Hi
Can you help me to put the logo on the topmenu and top border 2px, so that the menu is in keeping with my main site … I attached reference image
Regards
May 18, 2015 at 6:42 pm #445944Hi Claudio!
For the logo try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Add this to your custom CSS for the top border.
#header_meta { border-top: 2px solid red !important; }
Cheers!
ElliottMay 18, 2015 at 6:59 pm #445954Hi
Thanks … I’ve already arranged that matter. …. I still have one thing … as I can disable the logo of the theme … for now I have put a transparent image … https://linxgo.com/info/
Regards
May 18, 2015 at 7:05 pm #445959Hey!
Please add following code to Quick CSS
.logo { pointer-events: none; opacity: 0; }
Regards,
YigitMay 18, 2015 at 7:57 pm #446002Thank you Yigit !!!
To customize the comments box I keep this thread or open a new post?
Bests regards
May 18, 2015 at 7:58 pm #446003May 18, 2015 at 8:04 pm #446008ok … I want to remove the link field from the box comments and put the name and email fields inline, something like the attached image
https://linxgo.com/info/wp-content/uploads/2015/05/Captura-de-pantalla-2015-05-18-a-las-20.02.04.png
May 20, 2015 at 7:19 am #446946Hey!
The theme is using the default wp comment form. If you want to edit the style of the form, edit the comments.php file then look for the comment_form() function. Refer to this link for more info: https://codex.wordpress.org/Function_Reference/comment_form
Regards,
IsmaelMay 28, 2015 at 4:56 pm #451275Hi Ismael
I have one issue to solve … The menu covers the breadcrumbs … as I give it a bit more padding ?
Best regards
May 28, 2015 at 5:02 pm #451279Hey!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 97px; }
Regards,
YigitMay 28, 2015 at 5:09 pm #451287Hi Ismael
Just I try and breadcrumbs unchanged high … follow the link to view
https://linxgo.com/info/big-data-promete-mucho-las-empresas-siguen-teniendo-problemas-temores/
May 28, 2015 at 5:14 pm #451291Hey!
Please try adding !important rule to the code i posted as following
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 97px!important; }
It is currently not being applied.
Regards,
YigitMay 28, 2015 at 5:42 pm #451318Thank you
-
AuthorPosts
- The topic ‘Custom top menu’ is closed to new replies.