Ah! I see, its not a theme option it is an individual page option! Thanks for your help! 🙂
AH HA! Yes, that was totally it! Thanks a million Hannah 🙂
Hey Hannah, thanks so much for your reply!
I tried pasting that code into my custom CSS box, but it didn’t do anything.
Is it maybe clashing with what I have in there already? If so, this is what I currently have in the CSS box (not including the new code):
@media (min-width: 650px) {
.container {
width: 650px;
}
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
.page-header {
border-top: 0px solid rgba(0, 0, 0, 0.05);
border-bottom: 0px solid rgba(0, 0, 0, 0.05);
border-color: rgba(253, 95, 0, 1);
Thanks again!