• Hi there! Thanks very much for such a great theme. I have customized the free Spacious as desired, but cannot figure out how to do the following:

    1. Change the content body/ text color to black instead of the default gray (I am currently, manually change the text color to black)
    2. Change the text font from Lato to Arial
    3. Make the bullets round instead of square

    Thanks in advance for any assistance!

    • This topic was modified 1 year, 3 months ago by alanaj7.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @alanaj7,

    Thanks for reaching us and sorry for the delayed response,

    1. It seems that you already have set the text color to be block from the grey. For your confirmation please check the screenshot here: https://prnt.sc/wbiJbgyolx48
    2. The option for changing the fonts is available with the Pro version of Spacious of which we are not allowed to discuss on the .org support guideline. So for further discussion, please contact us via the live chat support: https://themegrill.com/
    3. For changing the list style to round, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:
    .entry-content ul {
        list-style: disc;
    }

    Let me know if this helps you or not and I will be back.

    Regards

    Thread Starter alanaj7

    (@alanaj7)

    @barsha04 No worries on timing and thank you for responding. The custom CSS code worked perfectly for the bullets. I will consider the Pro version to be able to change the font style.

    As for the font color, I manually highlight the text and change it to black for every page and post. Is there coding that I can add so it defaults when I create a new page or post?

    The last paragraph here https://www.blogsecrets101.com/ shows the default gray.

    Thanks again.

    Hi @alanaj7,

    For changing the post and page title color, please use the CSS Code below and check if it helps you or not!

    .post .entry-title a{
        color: #000;
    }
    h1.header-post-title-class{
        color: #000;
    }

    Regarding the color of the paragraph, please check the screenshot and work accordingly: https://prnt.sc/QlE9ZoZ2PY1w

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter alanaj7

    (@alanaj7)

    Hi @barsha04

    Thank you for following up with me. The solution you provided for the paragraph color, is what I am currently doing. I want to know if there is a way to automatically set the font color so I don’t have to highlight and select black each time I create a new page or post.

    Thank you!

    Hi @alanaj7,

    Thanks for reaching us,

    Currenlty there is not option to set the paragraph color automatically except setting it manually as I suggested earlier. Since you have mentioned we can think of the feature and provide the option within the theme in the future releases.

    Let me know of any other issues or confusion and I will get back to you.

    Regards

    Thread Starter alanaj7

    (@alanaj7)

    Hi @barsha04

    Thank you for following up with me. Does the paid version have the feature to automatically set the paragraph font color?

    Best regards

    Thread Starter alanaj7

    (@alanaj7)

    One other question @barsha04 Is there custom CSS that can be added to increase the listed bullet/number spacing? Currently all bullets are too close together.

    Thank you!

    • This reply was modified 1 year, 2 months ago by alanaj7.
    Thread Starter alanaj7

    (@alanaj7)

    @barsha04 – Please disregard my last request.

    For anyone else who needs to add spacing to lists, I added the following to my custom CSS and it works perfectly:

    li{
      margin: 12px 0;
    }

    Visible here: https://www.blogsecrets101.com/how-to-start-a-blog-for-free-and-make-money-in-7-steps/

    Hi @alanaj7,

    Glad to hear that the issue has been fixed. Let me know of any confusion or issues and I will get back to you.

    Regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change text color, font and bullets’ is closed to new replies.