Skip Navigation

[Resolved] Divi builder: Parent module inherit styles applied to the content template

This thread is resolved. Here is a description of the problem and solution.

Problem:
Divi builder: Parent module inherit styles applied to the content template

Solution:
You need to adjust the CSS conflict by adding custom CSS to your view's output editor CSS box.

https://toolset.com/forums/topic/divi-builder-parent-module-inherit-styles-applied-to-the-content-template/#post-919892

Relevant Documentation:

This support ticket is created 6 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 7 replies, has 2 voices.

Last updated by francineP 6 years, 7 months ago.

Assisted by: Minesh.

Author
Posts
#919084
Border.jpg

Hi, Here is what I am doing:
1) create a content template using Divi builder and apply a solid border of 2 pixel to the text module
2) create a view using that content template to list all taxonomies.
3) embed that view in a text module on a page
.......
I expect to get a list of taxonomies (categories), each of them surrounded by my solid border
But unfortunately the border does not only apply to each taxonomy element but also to the entire list of taxonomies, i.e. each category is surrounded by its own border AND the whole list of categories is also surrounded by a border as if the text module embedded in the page would have inherited the style applied to the text module created in the content template. The exact same problem happens if I apply a background color. Can you please help as this is recurrent problem which I do not have any clue how to fix.
Many thanks in advance.

#919205

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - could you please share problem URL and access details so I can able to look what is the cause of the issue.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

#919892

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok - I've added following CSS to your view's output editor's CSS box:

.et_pb_text_25 {border: none !important; } 

#wpv-view-layout-1201 > div.et_pb_section.et_pb_section_22.et_section_regular > div  {
border: 3px solid #f9c5b7;
  
}

I can see now outer border is not displaying now.

#920052

Dear Minesh,

My question was more generic. Solving it by removing a border which should never have appeared using CSS does not help.
I need to understand why this border appears. This problem is recurrent, I have added a border to the embedded module, there is no reason that the whole loop gets wrapped with that same border. This case is with a border, but I struggle the same with background colors or with padding or with margins. I need to understand the root cause.
Please explain what is the root cause for this wrapping border to appear in this context.
Thanks in advance

#920267

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - I see one cashed CSS file is loaded and that has the border code.
=> hidden link

What if you try to delete the browser cache + server cache + deactivate any cache plugin you are using and check if that helps.

#921973

Hello, I have tried to delete all possible cache but it does not change anything. Is there a way I can remove that cached style sheet differently?

#922432

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

What if you try to delete that cache file using FTP?

As you can see this the file is located on following path path:
=> => hidden link

#923773

thank you, I have removed that file, the it does not resolve the problem. I will find a different way of presenting the categories. You can close this ticket. Thank you for your help anyway.
Kind regards
Francine