• I’d like a vertical line between my two columns. I added this code border-right: 1px solid #959484; to the .first class in the GCA-column-styles.css Is this the route to go?

    I then want to add this to my child theme. What is the trail of folders I should use within my child theme folder?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi adunate,

    You should not make and style changes directly to the gca-column-styles.css file. Whenever an update is released for the plugin, it will overwrite your changes. The best option would be to add the CSS directly to our Child Theme’s stylesheet, likely style.css.

    Let me know if you have any additional questions. If so, a link to the live site would be very helpful.

    Thanks,
    Nick

    Thread Starter adunate

    (@adunate)

    Thanks Nick for your reply. And good advice on not changing the original gca-column-styles.css file. That’s why I want to make the change in my Child Theme. I need to create the plugin’s folder within my child theme, containing only the changed plugin css. However, I’m unsure of the trail of folders it should hold.

    I currently have it as such: Child-Theme/plugins/genesis-columns-advanced/css/gca-column-styles.css. However this is not working. Here is the site

    Plugin Author Nick Diego

    (@ndiego)

    Hi adunate,

    Sorry for the delayed reply. You don’t need to replicate any of the plugin’s folders in your child theme. Plugins and themes are separate in WordPress.

    In your child theme, you should have a file called style.css. This is what controls the styling of your child theme. Actually this file is needed for a child theme to even exist. Here is more info.

    So all you need to do is add the custom styling to style.css and you should be good to go.

    Let me know if you have any questions!

    Nick

    • This reply was modified 7 years, 11 months ago by Nick Diego.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add vertical line between columns’ is closed to new replies.