Roitduck
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Scrappy] How to change the text from ItalicTry using a Browser Inspector Tool to find which CSS is currently applying to your page elements. Then override that CSS, or add to it within your Child Theme.
My page does not work in Chrome anymore? – I accidentally deleted some of code in google developer tool :O
I can’t see any text in italic.
– The blue text in the middle of the page.
I can’t see the green box over the flags, do you mean behind the title, “Recent post”
– Do you have a mail, so I can send you a sreenshot?
Can I copy and paste this in the Custom CSS Manager plugin?
`Colour of the text?
Use;
#secondary aside.widget .widget-title {
color: red;
/*OR hexadecimal value*/
color: #ff0000;
}
Colour of green background?
Remove the background image and apply background-color;
#secondary aside.widget .widget-title {
background-image: none;
background-color: #ff00ff;
}Forum: Themes and Templates
In reply to: [Scrappy] How to change the text from ItalicOkay, I have installed Custom CSS Manager plugin. but where do I find the codes or what should I do?
Forum: Themes and Templates
In reply to: [Scrappy] How to change the text from Italicthe only plugins I have downloaded is the (share and translate-plugin) so i don’t think i have a child theme or CSS/Styles.
Forum: Themes and Templates
In reply to: [Scrappy] How to change the text from ItalicI’m using the standard CSS/Styles
Forum: Themes and Templates
In reply to: [Scrappy] syntax error ScrappyEverything works again ?? – And I think this video should be here: https://vimeo.com/13240899
Forum: Themes and Templates
In reply to: [Scrappy] syntax error ScrappyDoes that mean all my stuff are deleted :O?
– And where do I find the inc folder?Forum: Themes and Templates
In reply to: [Scrappy] syntax error ScrappyHi Christine.
As you already figure it out, i’m new to coding and programing, and I accidently deleted some of the code in template.tags. And now I can’t even log in anymore?
– Her is the blank page I was talking about : https://habusio.com/wp-admin/