arzoo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SuperMag] Increase content font sizeYup! Just did.
Forum: Themes and Templates
In reply to: [SuperMag] Increase content font sizeCool! Thanks for the help!
Love your theme. It’s responsive, fast and lightweight, plus very clean looking.
Forum: Themes and Templates
In reply to: [SuperMag] Increase content font sizeThanks for the help! It worked like you said.
Hope you don’t mind, I have another question.
I tried changing the color and added an underline to the hyperlink using a code you provided in another post.
.page a,
.single a{
color: #00AAFF;
text-decoration: underline;
}Note, I added the underline line, so I’m not sure if that’s completely correct.
Unfortunately, while it does seem to work on the content portion, the Blog’s Main Title (on top) as well as the links in the sidebar all turned into that color & got underlined as well.
Is there a way just to apply the hyperlink color & underline to the content text and leave the rest (ie. Blog title, sidebar links, etc) untouched.
Thanks again.
Forum: Themes and Templates
In reply to: [Dazzling] Making a Child Theme & Keeping Old ChangesI see. Thanks a lot Vinod!
Forum: Fixing WordPress
In reply to: Is it possible to create simple search database within a WP blog?Just to add/clarify.
Data entry is via admin upload csv or typed in. I don’t need a front end entry system where visitors can add/modify.
So basically it’s just a loaded table on the back end. Then with a search form that can find then present whatever’s found in the table.
Forum: Fixing WordPress
In reply to: Is it possible to create simple search database within a WP blog?To start, yes. But just on a small scale.
I think a business listing would work in the beginning.
But I think over the longer run it would be great to be able to customize the fields so it isn’t purely limited to name, address, tel #, etc.
But can be made to fit something like caffeine example above, when someone enters an item, food, or even a toy name you can show them a list of items or a specific item that fits that query.
Thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] Sidebar related posts all bunched togetherCool!
Thanks for the help!
Thanks for the help, Raghunath.
I did what you said, clearing the cache (plugin and browser), seems to have done the trick.
Much appreciated.
Forum: Themes and Templates
In reply to: [Dazzling] Widen width of content columnThanks!
Forum: Themes and Templates
In reply to: [Dazzling] Put static image in place of sliderThanks!
Forum: Themes and Templates
In reply to: [evolve] Can't find sitemapSorry pls. disregard. I just found the solution in the Yoast SEO plugin support threads.
Forum: Fixing WordPress
In reply to: Make a 'featured' box inside the postThanks.
I tried it but it doesn’t work (at least for me). It kind of makes a div block in the content and puts the text there, but doesn’t position it nor puts a box.
Thanks anyway.
Forum: Themes and Templates
In reply to: [Hueman] Change content font colorThanks!
That fixed it.
Forum: Themes and Templates
In reply to: [Hueman] Change content font colorThanks.
It doesn’t seem to work. After adding the code the font colors are still the same.
I tried the code there by inserting:
.entry { color: black; }
.entry.excerpt { color: black; }in the style.css file. I inserted the 2 lines in front of the .entry lines.
Am I doing something wrong?
Forum: Themes and Templates
In reply to: [Virtue] Remove Date from PostsThanks! That did the trick.