How to cancel these two part?

Hi

How to cancel these two part (RED BOX) ?

Thanks

Hi @EDIT_workshop,

Thank you for writing in, are you sure you want to remove that space below the header? there is actually a white title in there. Add this to Theme Options > CSS to see what I mean.

.single-x-portfolio .entry-title {
	color: #000;
}

If you really need to remove that, please add this to Theme Options > CSS

.single-x-portfolio .hentry .entry-wrap {padding-top: 0;}
.single-x-portfolio .entry-title {display: none;}
.single-x-portfolio .entry-featured {margin-top: 0;}

And this to remove the space above the footer.

.single-x-portfolio .hentry .entry-wrap {padding-bottom: 0;}
.single-x-portfolio .entry-extra {display: none;}

Hope it helps,
Cheers!

HI friech

Why I set this image ( image 1) , The image will show on these area of the same page? I don’t want show any image in this area( image 2).

Thank

Hi there,

If you do not want the portfolio feature image shown in single portfolio pages, please update this previous suggested code:

.single-x-portfolio .entry-featured {margin-top: 0;}

to

.single-x-portfolio .entry-featured {display: none;}

Hope this helps.

Hi

What code can cancel three part? (RED BOX)

Thank

Hi there,

Please edit the pages:

Then click on the Disable Page Title option under Page Settings.

Hope this helps.

Hi

How about this?

Thank

Hi there,

Please try this code in X > Theme Options > CSS:

.hentry .entry-wrap {
    padding: 0;
}

Hope this helps.

Hi

Why these part show on this page. (Every course of this part) like this

The setting one of this post

How to fix it,

Thank

Hi @EDIT_workshop,

That is not happening on our end.



I believe you have a browser add-ons that are doing that, converting all contact numbers to a WatsApp button.

Try deactivating all your browser add-ons or use another browser with no add-ons and see if that resolves the issue.

Thanks,

Hi

Try adding a class to your last column, the one with the whatsapp number

Then add this in Theme Options > CSS

.whatsapp .wpb_content_element {
   margin-bottom:0 !important;
}

Hope that helps

Hi,

Sorry, I have accidentally edited your post.

Please try this

Add class to your last column, the one with the whatsapp number

Then add this in Theme Options > CSS

.whatsapp .wpb_content_element {
   margin-bottom:0 !important;
}

Thanks

HI

Where add this code ?

Thanks

Hi there,

Please add it in the Global CSS which is in X > Theme Options > CSS:

Hope this helps.

Hi

Still have some part ( red box) ,

Thanks

Hi,

To remove it, you can add this in Theme Options > CSS

.entry-content {
    margin-top: 0 !important;
}

Hope that helps

Hi

Oh I have add this code in theme options css but it still here.

Thanks

Hi

I mean this code

Thanks

It’s not working because of the syntax error that was introduced to before you pasted the code.

Please remove the ). When copying or writing your own CSS code, make sure it does not have a syntax error. You can check your CSS in tools like http://csslint.net/

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.