This topic has 6 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
I like the line under ”MERKEN” and ”PIXIA” but i would like to delte the title PIXIA so only the line remains. But when i delete the title, The line disappears too.
Is it possible to solve that the line remains without text? thanks! https://gyazo.com/391bdba2322c93e9092dfaaae486adad
http://www.pixia.nl
Hi,
Add this css in 8theme options > styling > custom css > global custom css
#text-16 { border-top: 1px solid rgba(125, 125, 125, 0.2); padding-top: 39px; margin-top: 42px; }
change the values as you want.
Regards,
Thanks it does work, just i want it on the right above the logo ”R tape”.
Thanks.
Hello,
Please delete previous code and provide wp-admin access in Private Content.
Regards
Ok herewith the wp-admin (please dont update the theme s i need to backup my custom css and loco translate
You may add this code in Custom css:
http://prntscr.com/gq9dg1
.footer #media_image-2 {
border-top: 1px solid rgba(125, 125, 125, 0.2);
padding-top: 28px;
margin-top: 42px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up