添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
DU themes, headers, footers are the best thing to happen to a beginner like me. Appreciative: ANOTHER QUESTION--> where do I locate, find actual css codes relating to all Section and Module css classes? I want to learn. Thanks once again in advance! Juan
Click to expand...
For instance, I can't seem to find in the builder or the css to adjust colors of these dividers that are used frequently in DU theme sections. Where please tell me, how to adjust these dividers.
DU themes, headers, footers are the best thing to happen to a beginner like me. Appreciative: ANOTHER QUESTION--> where do I locate, find actual css codes relating to all Section and Module css classes? I want to learn. Thanks once again in advance! Juan
Click to expand...
All our CSS files are located in the assistant plugin Divi Ultimate Plugin > css folder. The main.css file contain most of our custom CSS.
Do note that you shouldn't be editing the files in DIvi Ultimate Plugin. If you wish to add any custom CSS, add it in the Divi Ultimate Child Theme style.css or in Divi > Theme Options > Custom CSS .
I would recommend you to learn about inspect elements in browser to quickly find which CSS you need. You don't have to dig into the CSS file in the assistant plugin. There are many tutorials on inspect elements out there. Here's one of them:
For instance, I can't seem to find in the builder or the css to adjust colors of these dividers that are used frequently in DU theme sections. Where please tell me, how to adjust these dividers.
Click to expand...
For the divider color, you can change it globally at Theme Customizer > Divi Ultimate > Global Styling > Heading Border Color
I also recorded a short video for you to show how to detect the CSS for the divider using inspect elements: http://recordit.co/JhynKketc7
Basically, you can just copy the CSS shown in the video & paste it in Divi > Theme Options > Custom CSS or Divi Ultimate Child Theme style.css
All our CSS files are located in the assistant plugin Divi Ultimate Plugin > css folder. The main.css file contain most of our custom CSS.
Do note that you shouldn't be editing the files in DIvi Ultimate Plugin. If you wish to add any custom CSS, add it in the Divi Ultimate Child Theme style.css or in Divi > Theme Options > Custom CSS .
I would recommend you to learn about inspect elements in browser to quickly find which CSS you need. You don't have to dig into the CSS file in the assistant plugin. There are many tutorials on inspect elements out there. Here's one of them:
For the divider color, you can change it globally at Theme Customizer > Divi Ultimate > Global Styling > Heading Border Color
I also recorded a short video for you to show how to detect the CSS for the divider using inspect elements: http://recordit.co/JhynKketc7
Basically, you can just copy the CSS shown in the video & paste it in Divi > Theme Options > Custom CSS or Divi Ultimate Child Theme style.css
Click to expand...
Thank you for taking your time to respond. Very grateful! I'll take a look and do my best to learn.