Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Post background and text colorIn your theme’s style.css
aside { background: #000000; color: #ffffff; }background = background color
color = text colorForum: Themes and Templates
In reply to: [One Page] Services SectionNo problem, I will have a look into it and see if I can get anything to work and will report back ASAP.
Likewise though if you find a better fix, let me know!
Tareq
Forum: Themes and Templates
In reply to: [Corpo] Corpo Pro – Changing Blog Title Size?No problem. You can always find this information out. Hover your mouse over the element in the page, right-click and select ‘Inspect Element’ (Chrome/Firefox) and it’ll come up with the data you need.
You can also get a browser extension called Firebug which is useful for testing out your styles before they’re set in stone (Inspect Element does this too). There a bunch of other stuff it does too.
Forum: Themes and Templates
In reply to: Cyberchimps Responsive child problemI’m not sure if that’s correct what the Cyberchimps threads say. I use @import for safe measure.
However, if there is a dedicated section in their theme options then you wouldn’t need to include the stylesheet as that box will allow you to dynamically append your custom styles to the Theme CSS.
Glad you got it sorted!
Forum: Themes and Templates
In reply to: [Corpo] Corpo Pro – Changing Blog Title Size?Your blog titles are h4.
Forum: Themes and Templates
In reply to: User Registration and MembershipYou get a better response posting in: Plugins and Hacks
Forum: Themes and Templates
In reply to: Cyberchimps Responsive child problemForgot to mention, once you’ve imported your base style.css you can override CSS selectors rather than edit them.
Forum: Themes and Templates
In reply to: Cyberchimps Responsive child problemUse @import to import your css into your child theme. You don’t need to copy the entire stylesheet.
Resize then refresh. It will reload the CSS.
@import url('/url/to/style.css');Also, check this out: http://www.responsinator.com
Forum: Themes and Templates
In reply to: [Opulus Sombre] "Browse" buttons not workingWhat exactly are you browsing for? Are you uploading your logo?
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS intermittenly not changing themeStill working fine for me. However, just noticed this style is being overridden by
woo.css
!
You’ll find this at
fruitful/woocommerce/woo.css
And you’ll need to edit line 175 where the
border-bottom
is currently
#f15a23
Forum: Themes and Templates
In reply to: [Custom Community] full width header not happeningOK that’s cool. In your child theme’s style.css just add both of those CSS snippets to your file (under the closing } on .widget-title) and save.
Just make sure you replace the background-image property with the url to your own image, or you’ll have someone elses image on your site.
Report back, let me know how it goes.
Forum: Themes and Templates
In reply to: [One Page] Services SectionNo worries NgbX.
After a little look into your first question, it is very possible, only it’ll require a lot of work to do it. Also, from all I can see it would mean hacking away at the core of the theme to make it function how you’d like it to. By that I mean I don’t think you can override those type of edits within your child theme.
If you still want to do it, let me know and I’ll do my best to help.
Forum: Themes and Templates
In reply to: images go beyond content pane and cover sidebar in chateau themeI agree with you batharoy, take out that Pinterest abnormal margin and it all looks normal.
Forum: Themes and Templates
In reply to: [One Page] Services SectionI can help you with the second question…you’ll find the code to edit in your footer.php within your theme directory.
If you do intend to make changes, I would recommend using a Child Theme so you won’t lose any edits when the theme is updated by the author.
Forum: Themes and Templates
In reply to: images go beyond content pane and cover sidebar in chateau themeHi,
I don’t seem to be able to replicate the issue. If you are able to, post a screenshot with something like imgur.
Thanks,
Tareq