-
Content Count
13 -
Joined
-
Last visited
Personal Information
- Website
-
Location
Chattanooga, TN
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
immiike reacted to an answer to a question: Invert Logo on Order Confirmation Page
-
jessmileur reacted to an answer to a question: Invert Logo on Order Confirmation Page
-
Invert Logo on Order Confirmation Page
jessmileur replied to jessmileur's question in Coding and Customization
Hey Mike! Here's a link: https://www.meden.studio/checkout/order-confirmed?oid=5f7b58505409ae06b3aeaff2&authCode=NWY3YjU4NTA1NDA5YWUwNmIzYWVhZmYyOjIwMjAtMTAtMDVUMTc6MzA6NTYuNzk0Wi4feGTcaEvZvrOi3JXvkQq9f2hZcvrdFU-6gXN4YU9X -
jessmileur started following Border Underline in Header Nav and Invert Logo on Order Confirmation Page
-
Site URL: https://meden.studio Hello! As stated in the title, I'm trying to invert my logo on the order confirmation page and I'm not sure what's up. Here is my code: #confirmed-page .header-title-logo img { -webkit-filter: invert(85%) !important; filter: invert(85%) !important; filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1') !important; } Thank you for any insight! Jess
-
{Need Help}: Newsletter Block Formatting for Mobile
jessmileur replied to RobertTom6565's question in Coding and Customization
I'm looking for the same answer! Any luck outside of the forum? -
jessmileur reacted to a question: {Need Help}: Newsletter Block Formatting for Mobile
-
jessmileur reacted to a post in a topic: Social Sharing on 7.1
-
jessmileur reacted to a post in a topic: Social Sharing on 7.1
-
Border Underline in Header Nav
jessmileur replied to jessmileur's question in Coding and Customization
I've solved my own problem just now with this update code: //HEADER NAV UNDERLINE// .header-nav-item a{ display: inline-block; color: #FFFFFF !important; text-align: center !important; border-bottom: 2px solid #627360 !important; }- 1 reply
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
Hi, all! I'm trying to add a colored bottom border to my header nav links. I've successfully coded the border, but my problem is that it inherits the text color, rather than the independent color I've coded in. Any thoughts as to what might be happening? Thanks! Code is below. //HEADER NAV UNDERLINE// .header-nav-item a { display: inline-block; color: #FFFFFF !important; text-align: center !important; border-color: #627360 !important; border-bottom: 2px solid !important; } Thanks in advance for any input!
- 1 reply
-
- css
- custom-css
-
(and 1 more)
Tagged with: