-
AuthorPosts
-
February 9, 2016 at 12:46 am #786654
I’d like to CHANGE THE BACKGROUND COLOUR of my text widgets within my page sidebar menus to another colour. The background colours on my site are fairly dark in places and it clashes with my sidebar text.
I have taken a look at your responses to other similar questions, but I’m struggling to find the correct way to customise this using the ‘WordPress Dashboard > Custom > CSS’ customizer method?
I see only the below to work with: (Not The Sidebar Text Widget to select and then alter)
.site-footer {
background-color: #3AD;
text-align: center;
font-weight: 900;
}
#page {
margin-left: auto;
margin-right: auto;/* Enter Yo#page {
margin-left: auto;
margin-right: auto;ur Custom CSS Here */
}
.entry-title
{
display: none !important;My site uses X-Theme’s Integrity Stack and WordPress (latest version) with the URL being http://www.dipa.com.au and an example of x2 widgets I am trying to fix up being at http://dipa.com.au/?page_id=6496
You have my logon details from previous requests for fixes probably still on file and if you need this information again please let me know.
If you have a step-by-step guide you can forward to me it would be most appreciated.
Many thanks…
February 9, 2016 at 5:20 am #786898Hi There,
Try adding the following CSS:
aside.x-sidebar.right { background-color: rgba(255, 255, 255, 0.5); padding: 15px; }
Hope it helps 🙂
February 10, 2016 at 9:07 am #789154Hey Staff,
1.) Are you saying I need to do this using ‘WordPress Dashboard > Custom > CSS’ THEN Paste what you have just sent me OVER THE TOP of the existing CSS?
I have not used CSS before and this will be my first time (I am scared of deleting site footer if I do this) Can you please provide me a step by step guide.
2.) Please take a quick look at my Home Page at http://www.dipa.com.au (you have my approval to login if required, I have sent you my details before) When you click the logo or tabs etc. I am getting a red box appear around these items? I have tried to rectify under Customiser > Menu but to no avail. Please point to where I need to be looking and I will action.
Many thanks for your help!
February 10, 2016 at 5:27 pm #789873Hi There,
1.) Yes. Paste the suggested CSS on WordPress Dashboard > Appearance > Customize > Custom > CSS. Adding those will note delete any of your content.
2.) Please also add this CSS:
a:focus{ outline: none; }
Hope this helps.
February 10, 2016 at 6:50 pm #789989This reply has been marked as private.February 11, 2016 at 12:30 am #790448Hi there,
1. Where do you add the given CSS? I’m not able to find them, I can’t confirm if they really works or not. And there are no boxes on your menu and logo, at least on my end.
2. Under Admin > Appearance > Customizer > Typography > HEADINGS > Headings Font Weight please change it into 700.
Thanks and let me know.
February 11, 2016 at 4:18 am #790792It works perfectly now I’m entering it into X-Theme and not WordPress.
Thank you AGAIN for all your support.
I never have to wait too long for a reply and you guys have never let me down.
Cheers!
February 11, 2016 at 4:45 am #790822Oooops, I spoke too soon (I will remember to check EVERYTHING NEXT TIME)
1.) FONT ISSUE
My Bold Page Title font issue I emailed you about earlier was the wrong fix. I have attached exactly what I require and am maybe at fault for not explaining my self better. (see attachment for exact detail)
2.) Border ‘Boxed Issue Border’ around my Home Page
The fix you sent me today cleared everything up for me (thank you) apart from the widget at the bottom of my Home Page. The ‘Boxed Border’ is still appearing around the ‘Location Field’ and the ‘Search Button’ of the widget and I’m hoping you have another CSS fix you can send me for this.
Many thanks again…
Site: http://www.dipa.com.au
February 11, 2016 at 11:24 am #791384Hi there,
#1 Would you mind reuploading again the screenshot because it seems like it wasn’t uploaded correctly in your previous response. If you are having troubles uploading, you can try doing it here and post the link in your response.
#2 I have checked the location field and the search button but there is no boxed border anymore. See screenshot below. Kindly confirm this issue.
February 11, 2016 at 11:47 am #791418Hey Staff,
Please find attached below the x2 issues I am still having problems with.
1.) Automatic Page Name Needs to populate is BOLD
2.) The ‘Box Border’ issue on my home page that needs to fixed up (similar to the other Border fix you sent me earlier on today)
Thank you again!
February 11, 2016 at 11:54 am #791429Dear Staff,
My following attachments did not upload in my last email to you and I have attached again this time using word documents.
I received this error message from your website when I tried to do this a few minutes ago.
Upload Errors:
Page Titles Needs BOLD.bmp: File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
Boxed Border Issue.bmp: File not uploaded.I’ll try again to send.
February 11, 2016 at 12:07 pm #791458Now I got this message (first time file too small, now file too big!!!)
Upload Errors:
Boxed Border Issue.docx: File exceeds allowed file size.
Auto Page Name Bold Required.docx: File exceeds allowed file size.My Required Fix
1.) If you could please go to my HOME PAGE at http://www.dipa.com.au and click on the BIG RED SEARCH button at the bottom You will see the “Blue or White Box Border” issue appear. (The one I have been trying to send you a screen shot of.)
You fixed my other ‘box border’ issues for me earlier you may recall.Thank you again!
February 11, 2016 at 9:20 pm #792140Hi There,
These are the CSS found in your setup which results a border on button:
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus{ outline: 5px auto #dd3333; }
If you wish to remove them all, just copy the code then change outline to none. But if you want only on a submit button just add like this in your custom CSS:
input[type="submit"]:focus{ outline:none; }
Hope it helps.
Thank you for understanding regarding the file uploading in this forum.
Feel free to ask us again.
Thanks.
February 14, 2016 at 12:51 am #794772Hey Staff,
We are almost their with the last fix you kindly sent me.
The borders around the Search Button and Location Field have now been correctly altered/deleted, BUT your fix is not working on the other button (The Click Here First Button)
On having a moment, can you please take another look and find out why he’s still being naughty, and the border is not going away like he’s been told….
Many Thanks….
February 14, 2016 at 9:44 am #795156Hi there,
Thanks for updating. Kindly ass this CSS too :
.x-btn:focus, .button:focus, [type="submit"]:focus { outline: none !important; }
Hope this helps.
Cheers!
-
AuthorPosts