This topic has 13 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Here is a video showing my situation:
https://www.dropbox.com/s/zo2nufvf1xfgnrz/add%20new%20widget.mp4?dl=0
Hello,
Please provide WP admin credentials in Private Content.
Regards,
Eva Kemp.
ok, I’ve provided it. Thank you.
Hello,
To add more widgets go to Appearance > Widgets and add needed widgets to your custom sidebar “services-sidebar”.
Regards,
Eva Kemp.
But when I do that the widget is placed on top of the services side bar color. So my facebook logo is ontop of a green backround. I don’t want this. I want it on top of a white background.
What are my options for placing a Facebook icon below the sidebar on top of a white background?
If it is not possible to place a Facebook icon where I want it please show me how I can add it to the header to the right side of the main navigation on top of the pages.
Hello,
Please add the widget to “services-sidebar” in Appearance > Widgets so we can see the issue.
Thank you.
Regards,
Eva Kemp.
The sidebar that is live is the services-sidebar.
Video shows what happens when adding code or other info to that sidebar:
https://www.dropbox.com/s/br7jxlxngeaioza/widgetarea.mp4?dl=0
You have the admin info to login and test things. Thanks.
Hello,
I’ve edited the code in Theme Options > Custom CSS and commented background-color code for sidebar in child style.css file. Clear browser cache and check now.
Regards,
Eva Kemp.
Hi, thanks for the reply, I’d left for a few days but now have reviewed things. here’s what I’m seeing:
https://www.dropbox.com/s/ocsc6xez1sf54ht/sidebar.mp4?dl=0
Can you let me know exactly what line of code you made the changes to in the child theme css so I can make any modifications needed to make this work.
The end goal is to place the Facebook icon on a white background below the right services-sidebar
Thank you
Hello,
As I see sidebar background color is white now http://storage1.static.itmages.com/i/16/1114/h_1479151384_1572929_ff7f109096.jpeg .
You have this code in child style.css file:
.sidebar-right {
padding:14px;
border:1px solid #ddd;
background: rgba(252, 252, 252, 0.99) !important;
}
I commented background attribute, so now it looks like:
.sidebar-right {
padding:14px;
border:1px solid #ddd;
//background: rgba(252, 252, 252, 0.99) !important;
}
Regards,
Eva Kemp.
Ok, it took I tested in a new browser and cleared cache’s of all and things look good now. So those change I added worked. Thank you!
Case closed 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘add more than one widget on sidebar of page’' has been successfully resolved, and the topic is now closed for further responses