Tagged: footer menu, logo, woocommerce
-
AuthorPosts
-
February 12, 2016 at 3:58 pm #582283
Hi guys! My first post on a forum, EVER!
I have a few css problems that i couldn’t find a solution for, hope you can help me.1. Reposition Logo
Can I make just the logo bigger and place it both on header and main content? I don’t want the whole menu hight to be modified, just the logo to invade the main content area.2.Login in button
I found the code below for adding a login in the header menu . Can you please give some css for it so i can transform it to look like a bordered button?add_filter( 'wp_nav_menu_items', 'add_loginout_link', 10, 2 ); function add_loginout_link ( $items, $args ) { if (is_user_logged_in() && $args->theme_location == 'avia') { $items .= '<li><a href="your-domain/account/customer-logout/">Log Out</a></li>'; } elseif (!is_user_logged_in() && $args->theme_location == 'avia') { $items .= '<li><a href="retetadincutie.ro/my-account/">Log In</a></li>'; } return $items;}
3. Woocommerce cart
The woocommerce cart has stopped following me when I scroll, at some point. I have reinstalled the theme, woocommerce and wordpress but no luck. Can this be fixed?4. Footer menu
I used the code below to transform the footer menu to look like the socket one. How can I center it now?#footer .widget_nav_menu li { position: relative; margin: 0; clear: none; float: left; display: block; font-size: 11px; border-right: 1px solid; padding: 0 10px 0 10px; height: 30px;} #footer .widget_nav_menu li a { position: relative; top: -5px;} #footer .flex_column.av_one_fourth.first { width: 100%;}
5. Last, but the most difficult one. Can you help me place the “info” and “add to cart” in product grid view on the bottom of the product picture, on a transparent background? Actually I only want the cart button on the bottom right corner , and the product name in the left. If the icon could change color on mouse hover it would be extraordinary.
http://retetadincutie.ro/wp-content/uploads/2016/02/Screen-Shot-2016-02-12-at-2.57.15-PM.jpg- This topic was modified 8 years, 9 months ago by Yigit. Reason: added code tags
February 13, 2016 at 2:02 pm #582713Hey luciantstoian!
1. To make logo bigger please add the below code to Enfold > General Styling > Quick CSS
feel free to adjust the min-height to suit your needs..logo img { min-height: 100px; } .logo, .logo a { min-height: 100px; }
We would love to help you with rest of the issues but many issues in one ticket will mixup the resolutions.
Kindly request you to create a differ tickets for different issue unless they are related also please post the code inside the code block.Best regards,
Vinay Kashyap- This reply was modified 8 years, 9 months ago by Vinay.
February 14, 2016 at 4:52 am #582821Hi Vinnie!
Thank you for your reply! I love your theme, by the way!
I’ll post different tickets as requested.
Have a great day! -
AuthorPosts
- The topic ‘CSS – Help needed!’ is closed to new replies.