Box around Wow Slider
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
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
.link-button, button, input[type="submit"]{
border:none;
}
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
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
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
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
I guess it might be easier if I said I was trying to wrap text around a Wow Slider
Thanks
Byron
Thanks
Byron
Line one of the wireframe-theme.min.css.
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.
.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);
}
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
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
THANKS!!!!!
Byron
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.