Home Forums Pro Themes Photo Perfect Pro Blog Question & Background Question

Tagged: 

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #74846
    Sabina Araya
    Participant

    For the footer font size CSS Code provided:
    div#footer-widgets {
    font-size: 12px;
    }

    does not change the font of the title of the widget entry. please provide CSS to also change the title font.

    #74858
    wensolutions
    Keymaster

    Hello @emanimama,

    To change the font size of the footer widget title use below given CSS.

    .footer-widget-area h3.widget-title {
        font-size: 14px;
    }

    You can change the size as per your requirement.

    Hope this helps.

    Best Regards!!

    #75674
    Sabina Araya
    Participant

    How can I make the background color of the categories post transparent and center the photo?

    #75675
    Sabina Araya
    Participant

    How can I make the background color of the primary sidebar widgets transparent?

    #75679
    wensolutions
    Keymaster

    Hello @emanimama,

    To make the background transparent use below given CSS.

    body {
        background-color: transparent;
    }

    Hope this helps.

    Regards!!

    #76048
    Sabina Araya
    Participant

    The code:
    body {
    background-color: transparent;
    }

    makes my entire site transparent a grey color, I don’t want to change the color of the entire website, I want to change the background color of the widget for the side bar, which currently has a what text box behind it.

    #76051
    wensolutions
    Keymaster

    Hello @emanimama,

    Can you please provide the screenshot of the section that you wanted to change the color of?

    Thank you.

    #101697
    Sabina Araya
    Participant

    How can I change the color of my blog entry titles that shows on the main page of my blog? Right now it currently shows as black and I want to change the color to a shade of purple. I had the custom blog page built using your suggested provider: https://arayascreations.com/blog/

    I would like to change the font color of the title.

    #101702
    wensolutions
    Keymaster

    Hello

    Please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    #page #separator-title .entry-title {
            color: #800080;
    }

    Please change the color code in the CSS according to your requirement.

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #102036
    Sabina Araya
    Participant

    I input this code:
    #page #separator-title .entry-title {
    color: #800080;
    }

    But it only affected the title color once you open the blog post. The main page that list my blog entries was not affected. Does it make a difference that my blog was built in a child theme? I also tried to apply the code to the child theme CSS and it did not change the title color.

    #102068
    wensolutions
    Keymaster

    Hello @emanimama,

    Please add below given CSS to change the title color of the blogs in blog listing page.

    .archive-layout-masonry .content-area .blog_single a {
        color: #a466e2 !important;
    }

    Hope this helps.

    Thank you.

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.