Viewing 15 replies - 1 through 15 (of 28 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Our Colors add-on allows you to change the color of your sidebar widgets and header using the Customizer.

    Otherwise, you can use some CSS.

    For example:

    .site-header {
        background-color: #222222;
    }
    
    .sidebar .widget {
        background-color: #222222;
    }

    Let me know if you need more info ??

    Thread Starter ad010

    (@ad010)

    thanks you so so much bro it works.
    thanks a ton.
    can you please help me to add an image in my header also and change blog title text colour?

    thanks u sooo much.

    Theme Author Tom

    (@edge22)

    You can add an image in your header by going to “Customize > Site Identity”.

    To change the blog post titles, you can use our Colors add-on in the Customizer, or this CSS:

    .entry-title a,
    .entry-title a:visited {
        color: #222222;
    }
    
    .entry-title a:hover {
        color: #222222;
    }
    Theme Author Tom

    (@edge22)

    ** deleted – posted twice by mistake **

    Thread Starter ad010

    (@ad010)

    i am talking about my blog title which is written on header
    please check
    https://www.rapidtricks.com

    i want to change the text colour please help.

    thanks you soooo much

    Thread Starter ad010

    (@ad010)

    and also i want to add an header image.
    there is no option for header image in site identity.
    there is only two option site icon and site logo please help me to add an custom image in header thanks you soo much.

    I think you can try:

    .main-title a, .main-title a:hover, .main-title a:visited {
    color: type color you want;
    }

    You can put custom css in: Appearance -> Theme Editor -> Style.css, please put it in the end of the file.

    Theme Author Tom

    (@edge22)

    Ah, your site title can also be changed using the Colors add-on, or this CSS:

    .main-title a,
    .main-title a:visited,
    .main-title a:hover {
        color: #222222;
    }

    Site logo is the same as a header image – you can upload your header image using that option and it will add it to the header.

    Thread Starter ad010

    (@ad010)

    wow thank you so much bro it wokrs.
    please mention how to change colour ofsite title tagline also please.
    and how to change menu bar colour (main bar) please .
    thanks you soooooo much

    Theme Author Tom

    (@edge22)

    .site-description is the selector for the tagline.

    The menu is far more complicated: https://www.ads-software.com/support/topic/main-nav-selected-button-how-to-set-its-color-in-stylecss?replies=11

    All of this is achievable using our $5 Colors add-on, which goes towards supporting the theme. I have a feeling you’re going to want to adjust more colors, so I think it could be hugely beneficial to you.

    Thanks!

    Thread Starter ad010

    (@ad010)

    ok thanks you so much ..
    but atleast tell how to change background colour of main bar please
    will be very thankful to you .
    thanks a ton.

    Theme Author Tom

    (@edge22)

    You can find all of the CSS here: https://gist.github.com/generatepress/793804f553c25c70823c

    For the main bar, you want this selector:

    .main-navigation, .main-navigation ul ul

    Thread Starter ad010

    (@ad010)

    bro i am talking about main bar where post are written.
    please help thnaks u sooo much

    I think you can try with this class:

    .inside-article, .comments-area, .page-header, .one-container .container, .paging-navigation, .inside-page-header {background-color: type color you want;}
    Theme Author Tom

    (@edge22)

    Ah yea, the above should work.

    Thanks @loc_rabbirt ??

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘generate press theme side bar colour changing’ is closed to new replies.