Forum Replies Created
-
AuthorPosts
-
January 27, 2016 at 1:59 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #83828LuciaParticipant
Thanks! That worked great!
January 23, 2016 at 4:51 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #83494LuciaParticipantThanks for the last response.
As for the second question about the responsive design as seen on my iPhone. I reset this site to be responsive – http://dogmanart.com – so you can see it if you look at it on a phone. It is responsive on my computer screen when I change the size of the browser screen, but on my phone, the header and the background color do not go all the way across the screen. Are you seeing this also?
Thanks!
January 19, 2016 at 11:08 pm in reply to: Remove borders around the content boxes and widgets and narrow sidebar #83254LuciaParticipantGreetings,
I would like to start a new topic, as I have 3 new questions for you.1. I have just updated this website – http://www.kdc-eugene.org/ – to Catch Evolution Pro. I used the codes you provided previously and all went well except I lost the gradient effect in the menu bar when I changed the colors in Theme Options/Color Options.
Is there some code for creating gradient colors for the menu bar that I can add to the ‘Custom CSS’?2. I had to disable the ‘Responsive Design’ feature in Theme Options because the website was not loading properly on a mobile devise. This is true for the other site I had asked you about before – http://dogmanart.com – using the same theme. Is there currently a solution for this? Are my settings wrong?
3. When I click on a link from the archive dropdown menu on the sidebar, there is a white box that says “Monthly Archives: and the date.” Is there a way to change the color of the white box and font?
Thank You!
January 8, 2016 at 11:44 pm in reply to: Remove borders around the content boxes and widgets and narrow sidebar #82470LuciaParticipantThank you so much for all your help! Everything works perfect now.
Even though I needed some help with the upgrade to Pro, I really like the way you have set up the Theme Options. Very nice!
December 31, 2015 at 1:55 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #81934LuciaParticipantJust one more question. What is the Custom CSS code to remove the white boarder on the main content of pages and posts?
December 30, 2015 at 12:55 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #81850LuciaParticipantBelow is the code that is in the Custom CSS. I don’t see the code you mention above. However, Everything is working fine now. All I need is the code to remove the white border around the main content.
Custom CSS
#secondary .widget {
background-color: rgba(232, 220, 190, .0);
}
#branding .wrapper { width: 100%; }
#branding #site-logo { padding: 0; }.hentry {
background-color: rgba(232, 220, 190, .0);
}.entry-meta { display: none; }
#primary {
width: 900px; /* Change as per required */
}#secondary {
width: 260px; /* Change as per required */
}
.widget {
border: none;
}December 29, 2015 at 12:11 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #81783LuciaParticipantHere you go.
http://dogmanart.comDecember 26, 2015 at 12:40 am in reply to: Remove borders around the content boxes and widgets and narrow sidebar #81679LuciaParticipantThank you, but these codes did not work when I put them in “Theme Options/ Custom CSS”.
I have changed the width of the sidebar in Editor/Catch Evolution Pro: Stylesheet (style.css), but realize that this is just a temporary solution.
Would it be best to have a child theme?
-
AuthorPosts