ropyro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ribosome Theme: Change widget tab color changeYou are a gem, Jack Randall!
Forum: Fixing WordPress
In reply to: Ribosome Theme: Change widget tab color changeThat plug-in is a gift; this forum is another.
Thank you – it’s live! It changed almost everything it needed to! The line under the tab still retains its old color. What are we missing to be able to color that section?
Forum: Fixing WordPress
In reply to: Ribosome Theme: Change widget tab color changeI’m using the CSS plug-in instead of a child theme.
For the widgets, I’m just looking to do the tab section, the part that is currently light blue (the tab and line that comes from it). It’s currently colored by the Ribosome default theme color.
Thank you!
Forum: Fixing WordPress
In reply to: Ribosome Theme: Change widget tab color changeTerribly sorry!
http://creatingourcommonwealth.org/
We’re looking at having that limey green be the tab and tiny horizontal bar color.
Forum: Themes and Templates
In reply to: [Ribosome] Can't change menu color using Custom CSS featureThat worked perfectly, Mr Tom – Thank you!
Forum: Themes and Templates
In reply to: [Ribosome] Can't change menu color using Custom CSS featureWell now this leads to a curious pickle.
When I’m on the page (let’s say documents) that text becomes invisible from the menu, though it’s still there and clickable. Thoughts?
Forum: Themes and Templates
In reply to: [Ribosome] Can't change menu color using Custom CSS featureMr. Tom, I tried your code, and nothing happened.
Core Designers.net, thank you! Yours did the trick!
Thank you both for your help!
Forum: Themes and Templates
In reply to: Unexplained blank space on just -ONE- page of websiteFantastic! That’s the ticket!
If someone is trying to override a template-specific feature or appearance, is the .site-(whatever element) {specific commands} needed? for instance, if I wanted all of my paragraph text to be Arial, it’s write out as
p.site-font {font-name Arial}
Forum: Themes and Templates
In reply to: Unexplained blank space on just -ONE- page of websiteI was actually trying to upload a document on the site (upload and then link to a text prompt), but it went wonky, and disappeared. Or, what probably happened, it turned white, melted somewhere in the back of the code, and I just couldn’t see it anymore.
I’m trying to get our header text “Welcome to Our Common Wealth” on the opening page to be much larger. I feel it’s a template issue, because it’s not working. It may not be an H1 then, if it’s template based?
Forum: Themes and Templates
In reply to: Unexplained blank space on just -ONE- page of websiteThat did work, thank you!
But I’m still not sure why it showed up in the first place, and why it looked fine in the regular preview/editing version but not online. I looked in the code (or thought I did). Thoughts?
Side point:
I also have a question about the home page text. I want it to be bigger and bigger! But my code for it in the CSS isn’t increasing our sizing.h1 { font-size: 28px !important;
}
Does not solve it like I thought it would. Additional thoughts?