Site logo

Archived topic

Category, footer issue

5 replies · Started by Ravi on June 1, 2018

Viewing posts 1–6 of 6

Hello GP Team,

there is some issue that I want to discuss.

1. Please check screenshot http://prntscr.com/jplknj as you can see it showing category name on the image. I want to remove it or disable it. Please suggest how to perform this.

2. If any post I try to open, it always on the new tab. Please suggest how to disable it.

3. http://prntscr.com/jploas it is the screenshot of footer section. I want to change the background color of all three column. May you please suggest how I can change the background color of the footer.

4. http://prntscr.com/jplrbx How I can change the color of text

Hi Ravi,

1. Customiser > Layout > Blog > Display Post Categories - Uncheck.
2. This is not standard behaviour, this would be a plugin (or custom code) causing this.
3. Customiser > Colors > Footer Widgets > Background color
4. The color has been set by the plugin which overrides the GP Customiser colors, you can try adding this CSS and change the hex code:

.sidebar .wpt_widget_content .entry-title a {
	color: #ff304e !important;
}

Thanks for your reply

As per your advice, I try to correct the issue. But there is some not solved yet.

1. http://prntscr.com/jpwi5n as per your advice I try to change footer background color, and its change perfectly but column color not change, please advice "how I can change column background color also??

2. "This is not standard behavior, this would be a plugin (or custom code) causing this." you reply this regarding my issue "post always open on new tab". Here I want to say I do not install any special plugin or custom code so how I can find out which plugin or custom code responsible for it.

Once thanks for your support

Hi,

1. you have this CSS, which is styling the widget to match those in the right side bar:

.widget {
    position: relative;
    margin-top: 30px;
   padding: 20px 15px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 2px;
    border-radius: 4px;
}

To keep sidebar styling change: .widget to #right-sidebar .widget

2. Begin with #1 on here:

https://docs.generatepress.com/article/debugging-tips/

for 2 issue I will update you, as I try.

but my widget issue solved.

thanks to you

Hi Ravi, glad we got the first one solved. Let us know who you get on.

This archived topic is closed to new replies.