Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Custom CSS intermittenly not changing themeNo problem, glad I could help.
The next time an update for your theme is available, you could just do a backup, then update the theme, create a child theme and then include your custom styles in the child themes style.css!
The custom CSS section in the theme options essentially creates a child stylesheet so you shouldn’t need to @import the base style.css into it. Having said that, the child overrides I believe will only override the base style.css, and not those in subdirectories.
Hope this clears things up for you!
Forum: Themes and Templates
In reply to: [Decode] questions about links and link colorYou’re better off adding it to the Custom CSS in the Theme Customizer – mainly because all that does is leaves the base styles alone and appends your styles as if it were a child theme.
I may have to look at this a little later as I’m on my way out to meet a client.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Textarea backgroundUse the following but beware that this will change all paragraph elements on your site:
p { background: #000000; color: #ffffff; }The
backgroundproperty defines the background color, and thecolorproperty defines the text color.If you only need to change a certain paragraph, you should look at adding custom CSS classes to your content.
Forum: Themes and Templates
In reply to: [Decode] questions about links and link colorWhat you’ve already tried should work. Post a link to your site and I’ll have a look myself.
No problem Huw!
Thanks for the thanks!
Oh I do like helping people.
Forum: Themes and Templates
In reply to: [evolve] Post background and text colorUse the selector
h1.entry-titleand add your styles to that.@mpalermo – go to Appearance -> Customise. On the left where it says to choose your home page, click on that and select ‘Static Page’ – an option box will appear and you can then choose your Home page from the selection.
To include your home page as a menu item, go to Appearance -> Menus and from the panel on the left of that page, choose your home page and click ‘Add To Menu’.
@masusan – you will need to have a look at the many e-commerce plugins available for WordPress. I can recommend WooCommerce for it’s extensive flexibility, but without knowing your business or retail structure, it will be hard to give you any further guidance.
Tareq
Forum: Themes and Templates
In reply to: [evolve] Post background and text colorIf you’re using a child theme, put it in style.css in your child theme’s folder.
I wouldn’t recommend customising the base theme as when the theme gets updated you’ll lose any of your edits.
Forum: Themes and Templates
In reply to: [Custom Community] full width header not happeningNo problem @orbisius, I use it on a lot of projects…saves countless hours over time!
Forum: Themes and Templates
In reply to: [evolve] Post background and text colorHaving said that, doing this will change all paragraphs on your site to your new stylings.
Sorry for this complication, try this.
.article { background: #000000; color: #ffffff; }Forum: Themes and Templates
In reply to: [evolve] Post background and text colorI just checked, your post paragraph is a
pelement notaside.p { background: #000000; color: #ffffff; }Forum: Themes and Templates
In reply to: [Fruitful] location css widgetsYou’re welcome
Glad it’s sorted!
Forum: Themes and Templates
In reply to: [Mantra] How to add "Alt" tag for picture on homepage?alt settings are managed through the media library in the backend.
Media -> Library -> Select an image/picture -> scroll down -> Enter alt text in ‘Alternative Text’ field.
Forum: Themes and Templates
In reply to: [Fruitful] location css widgetsRead my latest post on this question – hopefully this should sort it out!
Forum: Themes and Templates
In reply to: [Mountain Creek] Comment ballonLink to site please!