adamsurridge
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Table ColourThat worked perfectly! There is one remaining issue; the table seems to have a top and bottom border, but I’d like that to be invisible and images places into pages seem to have the same border. What code would I need to remove these?
Hi @nevins, I’ve followed the direction above, created the files in the child theme and added the additional CSS, however nothing has changed? Do you have any idea where I might have gone wrong with this?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Twenty Seventeen – make logo full page widthClosed.
- This reply was modified 6 years, 11 months ago by adamsurridge.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Twenty Seventeen – make logo full page widthThanks, Andrew
Based on that i’m going to change my approach to it slightly. I’m using a floating contact bar so the contact info is always visible. However, 2 issues have occurred:
1. I would like to stick with the logo as is, however it looks small as it has a lot of padding around it. I’ve tried the following which didn’t work, can you see why?
.sitelogo {
padding: 0px 0px 0px 0px !important
}2. On IOS (iPad) the menus disappear under the floating bar, which is annoying. this doesn’t happen on the desktop. Is there anything I can do to force the menu under bar on IOS?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Twenty Seventeen – make logo full page widthHey Andrew, yes, the URL is mechanika-ltd.com
i’ll do the other one at a later date.
Ok, for Mechanika- the logo is on the right side only. I would like to have that image stretch across the width of the page so that I can have tel. contact details in the right side, above the menu and in line with the logo. Does that make sense?
I have a child theme, so I can place code into that. I am just having trouble working out what part of the code is controlling the size and also the padding around the logo.
Forum: Plugins
In reply to: [WP Customer Reviews] Changing Text ColoursNeither of those are working for me and that dotted line is still there. is .wpcr_dotline correct?
Forum: Plugins
In reply to: [WP Customer Reviews] Changing Text ColoursThis has been a great help, I have gone back through the code and I can see class=”text-input”
I have another issue that have had a go at solving with CSS, I have removed the average rating and I am now left with 2 dotted lines. I want to remove these. Looking at the CSS, I have come up with the below, but its not working.
.wpcr3_dotline {
colour: #000;
}Where am I going wrong?
Forum: Plugins
In reply to: [WP Customer Reviews] Changing Text ColoursHey, that was a hug help! I’ve used:
.wpcr3_respond_2 textarea {
font-color: #000;
}and that has changed the review text ares, which is great. So, name and email to go… I’ve looked through the code for each and I cant work out, the name field:
<input maxlength=”150″ class=”text-input wpcr3_required” type=”text” id=”wpcr3_fname” name=”wpcr3_fname” value=”” autocomplete=”off”>
It looks like respond_2 covers the whole area, so why didn’t that affect all fields?
Forum: Plugins
In reply to: [WP Customer Reviews] Changing Text ColoursThanks! It’s half worked. My reviews are showing in white, which is great. Still having the issue when typing in the text boxes. That text isn’t appearing black as its typed. I am having the same issue with my contact form, that will be the next stop on my trouble shooting list!
Forum: Plugins
In reply to: [WP Customer Reviews] Changing Text ColoursCompletely forgot the URL: https://guitarswindon.com/reviews/
Forum: Themes and Templates
In reply to: [Dyad] line /area under header imageAmazing! that sorted out the issue!
I also have another issue with the hover colour on the images/buttons at the bottoms of the homepage. They are white, like the original content colour and I want to change the colour to black.
I thought the ::selection selector would work but it doesn’t seem to have any effect. Do you know where i’m going wrong?
::selection {
color: #000;
background: #000;
}Forum: Themes and Templates
In reply to: [Dyad] page background colourHey Gary, I have a small issue as a result of what we’ve done, in IOS on an iPhone there is a white line under the main image. it doesn’t appear on desktop or an iPad, just the phone.
Could anyone tell me what part of the content this relates to and can I change it with a little bit of CSS?
Forum: Themes and Templates
In reply to: [Dyad] page background colourAmazing, this has worked perfectly! Thank you, Gary!
Forum: Themes and Templates
In reply to: [Dyad] page background colourAh, ok, my content area is set to white! Yes, I would like to set the background of all posts and pages to black.
Hi Ben,
I closed the browser down and reopened. sorted the problem! apologies and thanks!