MtpIntros
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Supernova] font sizeSorry for the late reply, I didn’t noticed that you’ve replied to this post.
If you want I can fix it for you with Teamview, Than you’ll see what i’m doing, and after that I can explain what I actually did.
If you don’t want that it’s ok, than i’ll try and help you with only text.
Greetings,
AdilForum: Themes and Templates
In reply to: [Forestly] Problem in FirefoxThere isn’t an image :-p
-Edit-
never mind.
Forum: Themes and Templates
In reply to: [BoldR Lite] Searchbar in another colorNo problem, mate!
Forum: Themes and Templates
In reply to: [Twenty Eleven] Replace site title with imageHey LFC1280,
Go to your .css file and go to line: 523
There add the following code:
margin-left: -76px;
After adding that it will look like this:
#site-title { margin-right: 270px; padding: 3.65625em 0 0; margin-left: -76px; }
Greetings,
AdilForum: Themes and Templates
In reply to: Edit default Search Widget to stretch all the way across screenNo problem, mate!
Forum: Themes and Templates
In reply to: [Sugar and Spice] Centre the WebsiteOh.. I thought you wanted your website to look like the example you gave (https://webtuts.pl/test/sugarspice-pro/)
I recommend you to use the Full-Width option only if you don’t have any widgets on that page.
Greetings,
AdilForum: Themes and Templates
In reply to: Edit default Search Widget to stretch all the way across screenOkay it’s really simple.
Go to your Style.css
Go to line: 88
and add:
width: 40px;
It will look like this after you’ve done that:
input[type="submit"] { box-sizing: content-box; -moz-box-sizing: content-box; cursor: pointer; -webkit-appearance: none; width: 40px; }
Now go to line: 232
And add:
width: 1000px;
This will look like this :input, textarea { background: #f9f9f9; border: 1px solid #d9d9d9; padding: 7px 14px; outline: 0; font-size: 13px; color: #a6a6a6; width: 1000px; }
Greetings,
AdilForum: Themes and Templates
In reply to: Edit default Search Widget to stretch all the way across screenHello Zferrel,
Could you send me your URL, so I can check what you mean, and check your elements ?
Greetings,
AdilForum: Themes and Templates
In reply to: [Sugar and Spice] Centre the WebsiteHey Vanessa12,
When editting the page theres a form just below the Publish button which is called Page Attributes.
There you’ll find Template, click on the pull-down menu, and choose for Full-width.This will solve your problem ??
Greetings,
AdilForum: Themes and Templates
In reply to: [Supernova] font sizeGo to:
Settings > ReadingThere you’ll see Postpage with a little pull-down menu.
On that pull-down menu you’ll have to choose the page where you want your posts to be on (Your blog).After that it all should work.
About the font size of your header.
Go in your Admin Dashboard to : Appearance > Editor > Blue.css
And add the folowing code to line 12
font-size: 50px;
It will look like this:
li.current_page_item a { color: #348CB3; font-size: 50px; }
If you really can’t figure it out, I could use Teamview to help you out.
Greetings,
AdilForum: Themes and Templates
In reply to: Simple question to change font color in footer widgetNo problem!
Forum: Themes and Templates
In reply to: Simple question to change font color in footer widgetYou actually managed to make the text white, except for the Title.
So it does work.Forum: Themes and Templates
In reply to: [Supernova] font sizeIf you want me to help you I need to know the URl of your website, so I can check the elements.
What do you mean with
“assigning posts to my blog page” ?Greetings,
AdilForum: Themes and Templates
In reply to: Simple question to change font color in footer widgetChange the
#containerfooter { color: #F7FE2E; }
This:
#F7FE2E
Is the color of your footer text.
If you want your footer text to be white for example you have to change the css to:/* Theme Name: Child theme Virtue Theme URI: https://www.wphulp.nl/ Description: Child Theme voor Virtue Author: Bas Author URI: https://www.wphulp.nl Template: virtue Version: 1.0 */ #containerfooter { color: #FFFFFF; }
Greetings,
AdilForum: Themes and Templates
In reply to: [BoldR Lite] Searchbar in another colorUse the F12 option (Chrome) to see the elements,
Right click on the searchbar and click on inspect elements, last option.
With this option you will find where the row of that code is. Than just simlpy navigate to that row and change the color-code.I can use teamviewer if you want me to have a closer look..
Greetings,
Adil