Also,
Bullet points don’t seem to be showing up on the website although I have them while in the page builder.
Any idea why? I would like the bullets to appear.
Hello there,
I would like to apologize in advance for the delayed respond.
Regarding to your first query.
Firstly, you should create a blog page.
1. Create a new page and enter “My Blog” as the title. Leave the content empty, then publish
2. Go to Settings > Reading > Front page displays
3. Select “A static page (select below)”. Select a page for “Front page”, and select “My Blog” for “Posts page”
4. Now if you visit the page you just created, it will display list of posts like our demo
1. get call to action button to link to the blog page
Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?
Bullet points don’t seem to be showing up on the website although I have them while in the page builder.
A line of CSS code prevents it to be showing up. I thought that it’s a bug that should have been fixed. To temporarily fix the issue, could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?
.entry-content ul{
padding-left: 40px;
}
.entry-content ul li{
list-style: disc;
}
Regards,
Kharis
Hello,
Thanks for the help!
1. First issue was resolved. I got my article to appear on the Blog page.
2. I think you may have forgotten to give me the CSS code that allows for the action button to link to the blog page.
3. Finally, the CSS code didn’t seem to do anything. Unless I’m pasting it incorrectly. I’m not to sure if I’m adding it correctly to the child theme.
What I’m doing is going to Appearance > Editor > and just pasting the CSS to the code. The following code appears.
/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
I just paste the Code you gave me and nothing changes.
2. I think you may have forgotten to give me the CSS code that allows for the action button to link to the blog page.
No CSS code needed. If you have setup a blog page properly, it will automatically be synced.
> 3
Please paste the following code:
.entry-content ul{
padding-left: 40px !important;
}
.entry-content ul li{
list-style: disc !important;
}
Regards,
Kharis