- This topic has 29 replies, 7 voices, and was last updated 7 years, 10 months ago by Sakin.
-
AuthorPosts
-
January 19, 2013 at 2:03 am #3105LpaulMember
Can I change the background and text color of the widgets and post/pages for the Catch box theme?
Thanks
January 20, 2013 at 1:09 am #3142SakinKeymaster@Lpaul: You can change it through adding in CSS in “Custom CSS” on in your Theme Options.
/* For widget background and text color */
.widget {
background-color: #000;
color: #fff;
}
/* For pages and posts */
.hentry {
background-color: #000;
color: #fff;
}
January 23, 2013 at 9:15 pm #3256christine0k3MemberThanks – this works great!
Another question though — is there a way to remove the padding from around the image? Either when the display is full screen or normal?
January 25, 2013 at 6:17 pm #3304SakinKeymaster@Lpaul: Send me your site URL of the page where you want to remove the padding around the image and then I will send your the CSS.
January 25, 2013 at 10:51 pm #3324jbruantMemberHello,
I have a question about color changes.
I would like to change the color of the footer… Is it possible ?
No field about footer color …
Thks for your help
January 25, 2013 at 10:54 pm #3325January 26, 2013 at 3:24 am #3332jbruantMemberMy site url is http://www.internet-of-things.fr
I would like to change the color of background and foot (like the footer of this page catchthemes.com).
thks for your help
January 29, 2013 at 11:13 am #3438SakinKeymaster@jbruant: You are using Catch Box Pro theme and you added your question in Catch Box Free Theme Forum. You need to add it in http://catchthemes.com/support-forum/forum/catch-box-pro-premium/
Just change the color code to to the color you want. You can add the following CSS in “Custom CSS” box in your Theme Options.
/* To change the background of the footer below your footer menu */
#site-generator { background-color: #CCCCCC; }
/* To change the background of the footer above your footer menu */
#supplementary { background-color: #CCCCCC; }
October 24, 2013 at 8:50 pm #16321rbrt_beneMemberHy Sakin,
I changed the background color for the widget area, but that changed only around widgets not the entire sidebar. That is OK, but I would need to remove the background only for the advertisement widget, so that the advertisement layout not to have background and padding.
Can you please advise me what CSS code to use for deleting or making transparent just some certain widget background? (in my case the Catch Everest advertising widget)
And another issue I have, I want to hide the “Posted in” and “Tagged” elements on the post listing page.
Thank you in advance,
Robert
P.S.
the website is: https://www.theautoexperience.ro/noutati/
Passw: testOctober 25, 2013 at 12:38 am #16330SakinKeymaster@rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
#secondary .widget.widget_catcheverest_adspace_widget { padding: 0; background-color: transparent; } footer.entry-meta { display: none; }
October 25, 2013 at 12:56 am #16334rbrt_beneMemberThank you Sakin, it works. However the advertisement widget has left some line on the bottom. Is there a way to make that disappear?
The “posted on” at posts can be translated somehow? I am using the wordpress in my language (Romanian) but this element didn’t changed.
Another issue I spent a few hours and couldn’t find a solution is this:
I managed to change the headings font family for Optima, but I cannot make the post title to be the same font (Optima). Can you please help me out?Thank you,
Robert
October 25, 2013 at 1:04 am #16336SakinKeymaster@rbrt_bene: Add the following CSS for Advertisement widget
#secondary .widget.widget_catcheverest_adspace_widget img { display: block; }
How did you translate the theme, you can translate from http://www.poedit.net/ software and create your own .mo and .po files.
Can you tell me how you change the headings font family.
October 25, 2013 at 1:11 am #16337rbrt_beneMemberHi,
The CSS I changed the headings font is this:
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-family: optima; }
But couldn’t find a way to change the post title too.
I didn’t translated the theme yet, just using the wordpress Romanian version and I thought that that will do. In the near future I might make time to translate the theme too and send to you the .mo and .po files so that you could integrate them in the next updates.
Regards,
Robert
October 25, 2013 at 1:13 am #16338rbrt_beneMemberCan you send me the english .mo and .po files for translation?
October 25, 2013 at 1:21 am #16339rbrt_beneMemberCan you please give me the CSS for getting rid of the image widget (by jetpack) background color too?
Thanks,
Robert
October 25, 2013 at 1:52 am #16341rbrt_beneMemberUpdate: I managed to find the .pot file and started the translation process 🙂
October 25, 2013 at 3:16 am #16346SakinKeymaster@rbrt_bene: You can add the following CSS
.entry-header .entry-title { font-family: optima, sans-serif; }
Nice you started translation. Great Work 🙂
Why you need Jetpack image widget when you have our Advertisement widget where you can add your image.
October 25, 2013 at 10:12 am #16353rbrt_beneMemberHy Sakin,
Unfortunately the post title font doesn’t change due to the CSS you sent me. Can you please assist? Basically nothing is happening.
And thanks for the tip regarding the advertisement widget, I was so involved with the project that I didn’t realize the obvious 🙂
Thank you,
Robert
October 25, 2013 at 11:43 am #16356SakinKeymasterHello Robert,
When I check in your site. It looks like you have already change the font from Theme Options panel to Verdana. Which is overwriting the css I have you. Following is the more powerful css. But I recommend you to change to default for heading in Theme Options first.
#primary .entry-header .entry-title { font-family: optima, sans-serif; }
Regards,
SakinOctober 25, 2013 at 11:48 am #16357rbrt_beneMemberI changed for the default font for Site Title and now it’s working.
Thank you for the excellent support 🙂
Regards,
Robert -
AuthorPosts
- The topic ‘Widget background and text color change.’ is closed to new replies.