How to edit separating dividers #2311
-
I'm trying to edit the separating lines that exist in "publications" and "projects" but not sure where. My understanding is that they are in "_base.scss" but I appreciate more information on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The easiest way to find this and try in advance where you could add the change is by using chrome dev tools or firefox dev tools. In there you can click in the element and find all the attributes that are set for that element and where are they. Look for example where is set the separating line in the right part of the image (check the |
Beta Was this translation helpful? Give feedback.
The easiest way to find this and try in advance where you could add the change is by using chrome dev tools or firefox dev tools. In there you can click in the element and find all the attributes that are set for that element and where are they. Look for example where is set the separating line in the right part of the image (check the
border-top
part):