Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #253680
    jandomvas
    Participant

    Hello! I downloaded the free version of SimClick and am really enjoying it. However, I have three minor issues that I can’t seem to fix:
    1. the blog page’s header is very light grey color and the text is white. The rest of the pages look fine.
    2. The Social on Header is missing across all pages.
    3. I can’t get the right sidebar on the homepage.

    Thanks for any help!

    #253717
    Skandha
    Participant

    @jandomvas: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #253762
    jandomvas
    Participant

    Hello @skandha. I figured out issue #2. The most important now is issue #1. Thanks.https://janinedominguesvasquez.com/blog/

    Thanks,
    Janine

    #253784
    Skandha
    Participant

    @jandomvas: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change background color of custom header in Blog page */
    .blog .custom-header::after {
        background-color: rgb(0, 0, 0);
    }

    You can change the color according to your choice.

    To have right sidebar on homepage
    Go to => Appearance => Customize => Theme Options => Layout Options => Homepage Layout => Select Right Sidebar and Publish.

    Then,
    Go to => Appearance => Customize => Widgets => Sidebar => Add your widgets and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #253814
    jandomvas
    Participant

    Hi @skandha. I used this code to adjust the background color /.blog .custom-header::after {
    background-color: rgb(255, 255, 255)}/ but I still my menu and page title are still white. I a little CSS research but I don’t know how to change that or what it’s called.

    Regarding the Right Sidebar, I applied your directions but I’m not a fan of how that looks. But thanks!

    Please let me know about the Header Menu area.

    Thanks,
    Janine

    #253861
    Skandha
    Participant

    @jandomvas: Hello Janine,
    The color code that you are using is white rgb(255,255,255). Try using other color code.
    You can use rgba(255,255,255,0.7) where the last field is for opacity.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #253900
    jandomvas
    Participant

    @skandha, thanks for your message. Unfortunately, the menu text in the header is still white, instead of black (like on all the other pages). I want white pages and black text.

    Blog page

    thanks,
    Janine

    #254190
    Skandha
    Participant

    @jandomvas: Hello Janine,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .custom-header-content .entry-container .entry-title, .blog #site-navigation a, .blog .social-navigation li a, .blog #social-search-toggle {
        color: #000 !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #254215
    jandomvas
    Participant

    @skandha It worked! Thanks!!!
    -Janine

    #254317
    Skandha
    Participant

    @jandomvas: Hello Janine, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘SimClick – text, header, and sidebar issues’ is closed to new replies.