Clint "Recharge the Web" Losee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Misty Lake – Changing Header Text ColorYou’re welcome Erica. Glad I could help.
Clint
Forum: Themes and Templates
In reply to: How do i group posts under drop downs?Here’s the link to the theme developers website:
It looks like there is a support and contact area there where you should be able to get in touch with the developer.
Forum: Themes and Templates
In reply to: How do i group posts under drop downs?Hmm, I’m getting a bit stumped on this one. Without seeing how the theme is setup and the options you have for the lower dropdown menus, I’m not sure exactly how the dropdowns would be setup without using some sort of custom option.
With this being a premium theme, you should be able to contact the theme author to see if the feature is available to do what you want.
I apologize I couldn’t be of more help to get this resolved. If I think of anything else I’ll be sure to let you know.
Forum: Themes and Templates
In reply to: Changing Link Color Trades ThemeGlad that worked for you Victore!
Forum: Themes and Templates
In reply to: How do i group posts under drop downs?It looks like you have your posts categorized now with the “India” category so I won’t worry about that. As for the hierarchy in the drop down, I’ll have to think a bit on that one since it looks like you’re running a premium theme and I’m not familiar with the setup.
I created a quick video for a possible solution. Try this and see if it fits in with what you want:
Try that and see if you can set each of the dropdown items to the categories you are wanting. Let me know how it works.
Clint
Forum: Themes and Templates
In reply to: [Oxygen] Oxygen Theme: Cannot Change BG of TagsHi Kaalamichelle!
I took a look at your site and it looks like the following CSS should allow you to change the background color where the tags are located:
.byline-cat { background:#555555; }You can locate that selector in your CSS file or use a custom CSS editor such as the Simple Custom CSS plugin to change that. It looks like it is defaulted to “background:#111; background:rgba(0,0,0,.25)” in the stylesheet. Changing the CSS as shown above should allow you to get the color you’d prefer. The #555555 is just a generic gray color for reference.
Try that out and let me know if it works for you.
Cheers!
ClintForum: Themes and Templates
In reply to: Changing Link Color Trades ThemeHi Victore!
After a quick glance at your site, it looks like you should be able to change the link color in your main content with the following CSS:
.main-container a { color:#ff6600; }That CSS should change all of the links within your main content to the specified color you choose (in the code above it turns it orange). You can use a plugin like Simple Custom CSS to add this or any other custom CSS editor you like.
Try that out and let me know if it works how you wanted.
Cheers!
ClintForum: Themes and Templates
In reply to: How do i group posts under drop downs?Hi 5feetroundtheworld!
For starters I have to say I love the look of your site. Very nice!
Just glancing at it, you should be able to accomplish this using categories for each of your posts. I see that they are all listed under uncategorized currently. If you were to change the category on each post you want listed as a destination, and then set the dropdown menu to display a specific category, in this case destination, then it should group them all together by category.
I know in the past I’ve created menu items from categories that list each post under that category so I think this should work. Try that out and let me know if it works for you or not.
Cheers!
ClintForum: Themes and Templates
In reply to: Misty Lake – Changing Header Text ColorHi Erica!
I glanced at your site real quick and have one quick question. Is it the “Welcome! Check out my new website and blog!” title your are looking to change the color of? If so, I found the class .entry-title a that will control the color of that title.
For example, the following code will change it to a light grey color (so you can see the change):
.entry-title a { color: #aaaaaa; }You can then change that color to whatever you’d prefer. Try that out and see if that’s what you’re trying to accomplish. Let me know if that’s not it and I’ll take a second look.
Cheers!
Clint