Skip to content
Advertisement

Tag: css

WordPress with Divi does not show display logo in main menu

Hy, i work on a website made with Wordpress, Divi and a child theme. I have an header with a navigation and the logo centered on the nav. The header is fine when i’m connected but when i’m not connected (like a visitor) the logo is on display: none and out of the navigation list. The header is generated by

Edit The Src Of a Image

HTML Code Whta I Need: I just want to remove (-300×203) from the src. Is this possible using js or PHP or any other language I want to implement this code in WordPress? Answer Put this script on page

Hiding element (row) in woocommerce account page

I want to hide one row in the table on account page in woocommerce. This item is called ‘end’ or ‘end date’ in the table class = shop_table subscription_details. https://github.com/wp-premium/woocommerce-subscriptions/blob/master/templates/myaccount/subscription-details.php How can I do it will a CSS snippet? Answer You should not use CSS to hide this but rather replace the template in your child theme. Woocommerce uses a

HTML Log System with javascript or maybe php

Hi I tried to make a log system panel to my website. The code is works fine because if you write the text into the input field it will show up. But if you reload the page it will disappear. So my problem is the disappearing text. I want to do this when I type the text so it doesn’t

Advertisement