Forum Replies Created
-
AuthorPosts
-
tatiana
ParticipantSorry - trying this again.
tatiana
ParticipantEditing directly in a separate style sheet that is referenced through functions
function custom_style_sheet() {
wp_enqueue_style( 'custom-styling', get_stylesheet_directory_uri() . '/category.css' );
}
add_action('wp_enqueue_scripts', 'custom_style_sheet');Makes it easier to do specific changes without scrolling through the entire main stylesheet to find what I want.
The color is just in place right now until I find another solution--otherwise it's just black. I'm trying to set it so that it changes depending on the link you click, like it changed to pink when you click on the 'Girl Meets World' link, and teal when you clicked the Lucas/Riley tag.
The problem I'm having is that I can't figure out what the custom class would be for my custom post terms in order to change the color of the archive title. Specifically,
.fiction-summer-rain .archive-title {
color: #79569b;
}Is not working to change the color.
Does that clarify things a bit?
December 13, 2015 at 11:11 pm in reply to: Author Pro Plugin – add book description to series page #173731tatiana
ParticipantI was not able to find a solution, so I ended up changing the layout completely and going a different route - but I would be interested in a solution, if it's not too much trouble (for future reference).
Thanks!
Tatianatatiana
ParticipantI don't know if the original poster was able to resolve their question, but since I have the same one - specifically #3
3. Add “series” headers to page as secondary headings so the articles will be organized by subject
I'd love any suggestions/comments/solutions for this. Do I need to make a new topic, or can we continue discussion in here?
-Tatiana
-
AuthorPosts