Tagged: , ,

Viewing 20 posts - 1 through 20 (of 30 total)
  • Author
    Posts
  • #3105
    Lpaul
    Member

    Can I change the background and text color of the widgets and post/pages for the Catch box theme?

    Thanks

    #3142
    Sakin
    Keymaster

    @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;
    }

    #3256
    christine0k3
    Member

    Thanks – 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?

    #3304
    Sakin
    Keymaster

    @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.

    #3324
    jbruant
    Member

    Hello,

    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

    #3325
    Sakin
    Keymaster

    @jbruant: Yes you can change the footer color with the CSS. Send me your sit url.

    #3332
    jbruant
    Member

    My 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

    #3438
    Sakin
    Keymaster

    @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; }

    #16321
    rbrt_bene
    Member

    Hy 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: test

    #16330
    Sakin
    Keymaster

    @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; }
    #16334
    rbrt_bene
    Member

    Thank 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

    #16336
    Sakin
    Keymaster

    @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.

    #16337
    rbrt_bene
    Member

    Hi,

    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

    #16338
    rbrt_bene
    Member

    Can you send me the english .mo and .po files for translation?

    #16339
    rbrt_bene
    Member

    Can you please give me the CSS for getting rid of the image widget (by jetpack) background color too?

    Thanks,

    Robert

    #16341
    rbrt_bene
    Member

    Update: I managed to find the .pot file and started the translation process ๐Ÿ™‚

    #16346
    Sakin
    Keymaster

    @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.

    #16353
    rbrt_bene
    Member

    Hy 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

    #16356
    Sakin
    Keymaster

    Hello 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,
    Sakin

    #16357
    rbrt_bene
    Member

    I changed for the default font for Site Title and now it’s working.

    Thank you for the excellent support ๐Ÿ™‚

    Regards,
    Robert

Viewing 20 posts - 1 through 20 (of 30 total)
  • The topic ‘Widget background and text color change.’ is closed to new replies.