Hello all,
(sorry if this is a duplicate, there was no search and I didn’t have the time to thumb through the forums)
I like Catch Box Pro, but there are a couple of things that I’d like to change:
1) The site-title link hover color doesn’t match the standard link hover color that you set in the theme options. I like having the link hover have a predictable response, I just feel like it makes more sense. This I fixed by adding
#site-title a:hover, #site-title a:focus, #site-title a:active {
color: rgb(129, 0, 33);
}
to the theme css (in the theme options) Is there a way to just have it inherit the custom color or do I have to reset the css if I change the link color in the future.
1) I’d like to have the site-title and site-description have different fonts. I have added
#site-description {
font-family: 'Droid Sans',sans-serif;
}
to the css and it wont change the font since some part of the theme is writing the custom font later in the inline css on the page. I am new at groking wordpress sites so I don’t know where I should edit the theme to get it to do what I’d like.
Thank you in advance for any help that you can give and I look forward to learning something new!