Forum Replies Created

Viewing 20 posts - 1,061 through 1,080 (of 1,154 total)
  • Author
    Posts
  • in reply to: Can't activate Facebook icon #153942
    sapana
    Participant

    @beaglie:Can you provide me your admin credentials if thats okay and I shall check the issue and provide you possible solutions. I will contact you shortly by email.
    Kind Regards,
    Sapana

    in reply to: Can't activate Facebook icon #153936
    sapana
    Participant

    @beaglie: Go to=> Appearance=>Widgets=>Footer Area=> Add CT:Social Icons on any of those footer widget areas.
    Go to=> Appearance=> Customize=> Social Links=> Add the Social addresses over there you want to display on widget area.

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

    in reply to: featured slider #153855
    sapana
    Participant

    @toerfiets: Glad you figured it out.

    Kind Regards,
    Sapana

    in reply to: Changing logo position and contact info background color #153848
    sapana
    Participant

    @silverbios:
    -To align the logo position to upper left
    Go to=> Appearance=> Customize=> Site Identity=> Enable=> Content Alignment=> Select Left

    -To change the background of Contact Us section
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #contact-section {
    background: url('http://xdesktopwallpapers.com/wp-content/uploads/2011/05/Light-Green-Color-Abstract-Lines.jpg');
    }

    If you want to add background color you can use background-color:#f5deb3;
    let me know if this helps you out!
    Kind Regards,
    Sapana

    in reply to: Clickable Images leading to blank posts / Events #153827
    sapana
    Participant

    @blakey0320:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .playlist-content-wrapper .post-thumbnail a {
       pointer-events: none;
    }

    The only way to re-organize the events is to redo all of them, I will forward your suggestion to the development team. Even if you post 30 events, events box will stay the same size. It isn’t possible to display the 30 events without scrolling but you can make some changes in CSS to reduce the events box size. let me know when you add those 30 events.
    Kind Regards,
    Sapana

    in reply to: Clean Education – color help #153822
    sapana
    Participant

    @gestaltkurser: All this features are available in Pro version of the theme. I suggest you to upgrade to Clean Education Pro. You can check out the additional features of the theme.

    Kind Regards,
    Sapana

    in reply to: video in the lead #153819
    sapana
    Participant

    @berenice:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    .custom-header-content {
        padding: 180px 50px !important;
    }

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

    in reply to: Change clolor of the red dots in slider #153721
    sapana
    Participant

    @wouwonline: Hello there, 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/decree/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
    Sapana

    in reply to: Menu:Blog:Font Size layout Help #153720
    sapana
    Participant

    @cassie79: Hello there, 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/fotografie/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
    Sapana

    in reply to: applying custom css to change search field #153719
    sapana
    Participant

    @crichmond: Hello, 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/catch-box/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,
    Sapana

    in reply to: Change clolor of the red dots in slider #153713
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    #feature-slider .cycle-prev:hover,#feature-slider .cycle-next:hover{
    color:blue;
    }

    let me know if this helps you out!
    Kind Regards,
    Sapana

    in reply to: Change color of hover title Team section #153708
    sapana
    Participant

    @wouwonline:Go to=> Appearance=> Customize=> Additional CSS and add the following Code

    #team-section .entry-title a:hover {
    color: #0f12b0;
    }

    I have forwarded this issue to the development team.Thank you for reporting.
    Kind Regards,
    Sapana

    in reply to: Anchor link on homepage #153703
    sapana
    Participant

    @wouwonline: I think I have already provided you the CSS code for this issue in previous post.Let me know if that works for you.

    Kind Regards,
    Sapana

    in reply to: Footer menu issue and slider CSS #153682
    sapana
    Participant

    @catwingz:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code.

    #feature-slider.entry-container{
         background:rgba(255,255,0,0.4);
    }

    You can change the color as per your requirement.
    This is not an issue with footer menu. Sub Menu pages are not shown in the footer menu. It is designed that way.
    Kind Regards,
    Sapana

    in reply to: Standardized Featured Image #153659
    sapana
    Participant

    @mtp525: It seems that you have been activating the another theme , Please activate the Catch Base Theme so that I can look into the issues.
    Kind Regards,
    Sapana

    in reply to: reduce space between header image and logo / menu #153655
    sapana
    Participant

    @toerfiets: Go to=> Appearance=> Customize=> Additional CSS and the following CSS code.

    #content, #header-highlights-content {
        margin: 0px 0;
    }
    
    #main{
        padding-top: 0px;
    }

    let me know if this works for you!
    Kind Regards,
    Sapana

    in reply to: Menu:Blog:Font Size layout Help #153616
    sapana
    Participant

    @cassie79: Go to=> Appearance=> Customize=> Additional CSS and add the following code
    -To align info menu in center of the footer.

    .widget-column.footer-widget-2 {
        text-align: right;
    }
    

    You can align the text to left, right and center as per your requirement.
    Let me know if this is ok with you! if there’s anything else at all that I can do to help,
    don’t hesitate to let me know.
    Kind Regards,
    Sapana

    in reply to: Menu:Blog:Font Size layout Help #153609
    sapana
    Participant

    @cassie79:Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code
    _To change the footer text font.(Remove the previous code and add following code)

    #nav_menu-14 .menu, .entry-content, .entry-summary {
        font-family:Dancing Script;
    }
    .widget-area.footer-widget-area {
    font-family:Dancing Script;
    }

    -To reduce the space between the widget blog post links

    .widget-area li {
        line-height: 1.8;
    }

    Let me know if this work out!
    Kind Regards,
    Sapana

    in reply to: applying custom css to change search field #153606
    sapana
    Participant

    @crichmond:
    “!important” rule is used for overriding the previously assigned CSS declarations.

    Kind Regards,
    Sapana

    in reply to: Problems with my mobile pages #153604
    sapana
    Participant

    @edwindeklerk: Can you please,send me Screenshot where the button isn’t working, I have tested all the “read more” button it’s working fine in mine.You can use the Drop Box to send the link of the screenshot.

    Kind Regards,
    Sapana

Viewing 20 posts - 1,061 through 1,080 (of 1,154 total)