Box around Wow Slider

User 458539 Photo


Registered User
1,584 posts

Hello Forum,

I can't get rid of this box around the slider on this page

http://tippingproductions.com/tpc/demosite16/

I'm sure its easy to fix but I can't find it!

Thanks in advance

Byron
User 187934 Photo


Senior Advisor
20,188 posts

.link-button, button, input[type="submit"]{
border:none;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 458539 Photo


Registered User
1,584 posts

Eric

Thanks! One more question - I have searched the css folders and haven't found this. Would have thought it was in the main.css

Thanks
User 458539 Photo


Registered User
1,584 posts

I guess it might be easier if I said I was trying to wrap text around a Wow Slider

Thanks

Byron
User 187934 Photo


Senior Advisor
20,188 posts

Line one of the wireframe-theme.min.css.
.link-button, button, input[type="submit"] {
background-color: #c2c2c2;
background-image: -moz-linear-gradient(center top , #dcdcdc, #c2c2c2);
border: 1px solid #919191;
border-radius: 4px;
color: #464646;
display: inline;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 0.875em;
line-height: 1em;
padding: 10px 0;
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
}

I would include a custom.css style sheet link in the head of your page to make the needed overrides instead of altering existing css generated by RLM.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 458539 Photo


Registered User
1,584 posts

THANKS!!!!!

Byron

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.