TotallyGeeky
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Post Page not Respecting Layout.wp-block-post-title{word-break:break-word;box-sizing:border-box}.wp-block-post-title a{display:inline-block}
.wp-block-post-title{font-weight: 500;margin-top: 1.25rem;margin-bottom: 1.25rem;text-transform: uppercase;}This is a snippet from a new post I generated, it’s still text transforming the post title according to the index.html that is generated.
Forum: Themes and Templates
In reply to: [Spun] Making menus horizontal and other questionsI’d post here regardless, and try also posting on StackOverflow. Post here since you’ll be asking people who also using or are familiar with the theme, and over there because you’re querying a lot people who are fairly familiar with code.
Forum: Themes and Templates
In reply to: [Spun] Making menus horizontal and other questionsAlso, to change the plus color I ended up having to change background color in .sidebar-link for anyone wondering, and the transparent theme for the comments box works best.
Forum: Themes and Templates
In reply to: [Spun] Making menus horizontal and other questionsThis just might be a work-around, or another solution, but I got it to work by adding the following stuff in their prospective categories in the CSS.
#secondary .widget-column {
width: 100%;
}
#secondary .widget {
width: 33%;
float: left;
}Forum: Themes and Templates
In reply to: [Spun] Changing Circle/Title Size?Perfect! I’ll give it a try, thanks Caroline!
Forum: Themes and Templates
In reply to: [Spun] Changing Link ColorJust the standard instillation of Spun? I haven’t screwed around with any of the CSS yet.