Tables/Lists Bullet Lines

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Wed Apr 15, 2015 10:07 am
I've been trying to find the code that is generating the bullet lines for all tables/lists and I just can't seem to locate it, any chance you could point me in the right direction?

Thanks!
User avatar
Junior Boarder

GK User
Wed Apr 15, 2015 12:02 pm
Hi,

The following code is responsible for the bullet in the lists: (css/shortcodes.typography.css file)

Code: Select all
article .content ul li:before,
article .intro ul li:before,
article .summary ul li:before {
   color: #3c99df;
   content: "\f111";
   font-family: FontAwesome;
   font-size: 9px;
   left: 0;
   position: absolute;
   top: 3px;
}

article ul[data-style="style1"] li:before {
   content: "\f00c";
}

article ul[data-style="style2"] li:before {
   content: "\f046";
}

article ul[data-style="style3"] li:before {
   content: "\f0a4";
}

article ul[data-style="style4"] li:before {
   content: "\f0a9";
}


To create this lists in your posts/pages content, use the shortcode button:
https://www.gavick.com/documentation/wo ... typography
User avatar
Moderator

GK User
Thu Apr 23, 2015 12:43 pm
I removed that section from the shortcodes.typography.css file and all the tables/lists still have the bullet lines. Do I need to change it to something else instead of removing it?
User avatar
Junior Boarder

GK User
Thu Apr 23, 2015 10:44 pm
Could you provide direct URL to your page with these bullet lines? or a screenshot?
User avatar
Moderator

GK User
Fri Apr 24, 2015 9:23 pm
Nevermind, I got it. Thanks!
User avatar
Junior Boarder

GK User
Wed May 13, 2015 6:22 pm
Okay, apparently I don't have it. I've tried modifying that section of the typography.css file to no avail. It's strange because I only seem to get the list bullet lines when I put a list in a widget area. If I put a list in the mainbody area of a page, I don't get any lines between the list items.

Any chance you could offer your assistance again?
User avatar
Junior Boarder

GK User
Wed May 13, 2015 10:13 pm
I'll try to help, but need to see your site with these bullets visible.
User avatar
Moderator

GK User
Sat May 16, 2015 3:25 am
Nevermind, I found it...thanks :)
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.