Forum Replies Created

Viewing 20 posts - 11,981 through 12,000 (of 12,035 total)
  • Author
    Posts
  • in reply to: How can i Remove This White Space #130353
    Skandha
    Participant

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

    #post-13238,#post-13180,#post-13144,#post-13134,#post-13095,#post-13090,#post-13179{
    	padding-bottom: 0;
    }

    Let me know if this resolves the issue!

    Regards,
    Skandha

    Skandha
    Participant

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

    @media screen and (max-width: 640px) {
        .fl-module-content {
            margin-bottom:0; 
          
        }
        .fl-row-content-wrap {
          padding: 0;
          
        }
        
      }

    Let me know if the issues still persist.

    Regards,
    Skandha

    in reply to: Change the color of the mobile menu icon #130251
    Skandha
    Participant

    Hello @andressen, the CSS code given by @skynet should do the trick.
    Thank you @skynet for the reply.

    Regards,
    Skandha

    in reply to: How to Remove Grey Line From Mobile ? #130250
    Skandha
    Participant

    @skynet: Glad to know that the issue is resolved!!

    Regards,
    Skandha

    in reply to: How to Remove Grey Line From Mobile ? #130213
    Skandha
    Participant

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

    @media screen and (max-width: 640px) {
        #nav-below {
          border:none;
        }
      }

    Let me know if this works out!

    Regards,
    Skandha

    in reply to: theme not loading #130149
    Skandha
    Participant

    @Kashina: Glad to know that the issue is resolved! Have a good day!

    Regards,
    Skandha

    in reply to: Remove white area? #130118
    Skandha
    Participant

    @Jesper: I’m sorry i gave you the previous CSS. Yes, that white space is for the content part after the featured content. The white space gets adjusted when you add some content or posts after the featured content. If you want to remove that white space only from the homepage that is if you dont have any more contents to display in your homepage Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home .singular-section {
    display: none;
    }

    This will hide the white space only on your homepage!
    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Remove white area? #130105
    Skandha
    Participant

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

    .singular-section {
        display: none;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    in reply to: No icon ("\f107") shown in the menu #130093
    Skandha
    Participant

    @Fenki: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Remove white area? #130092
    Skandha
    Participant

    @Jesper: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Tag Page Show Full Content #130091
    Skandha
    Participant

    @skynet: Yes will need to replace the the_excerpt() with the_content(). You should do this change in tag.php file.

    Let me know if this resolves your issues!

    Regards,
    Skandha

    in reply to: theme not loading #130088
    Skandha
    Participant

    @Kashina: This maybe a result of a plugin conflict. Try disabling the plugins you have used one by one to check if it is causing the issue and then just replace the specific plugin with another plugin that doesn’t cause issues. Check out the link to know how to recognize plugin conflicts.

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Remove "more posts" #130073
    Skandha
    Participant

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

    .nav-links {
    display: none;
    }

    Let me know if this works.

    Regards,
    Skandha

    in reply to: background all black #130071
    Skandha
    Participant

    @AZ_photos: I missed a semicolon after red, please add it!

    in reply to: background all black #130070
    Skandha
    Participant

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

    .breadcrumb-area.custom {
    color: red;
    background-color: black;
    }
    
    .breadcrumb a {
    color: red
    }

    Change the text color and background-color as desired.
    Let me know if does the trick!

    Regards,
    Skandha

    in reply to: background all black #130044
    Skandha
    Participant

    @AZ_photos: I see that you have added the following code as Additional CSS.

    #content article {
    	background-color: black;
    }

    Remove the word article and save and publish, you should see the background changed to black.
    Let me know if this sovles the issue.

    Regards,
    Skandha

    in reply to: background all black #130043
    Skandha
    Participant

    @AZ_photos: Change is visible at my end after adding the CSS code. Take a look at my screenshot.
    There must some issue at your end. Try clearing your browser cache and see if it works.

    Regards,
    Skandha

    in reply to: background all black #130019
    Skandha
    Participant

    @AZ_photos: The background color is only visible in boxed layout. Go to => Appearance => Theme Options => Layout Options and select boxed as site layout.

    However, i don’t think the background color will effect the white area you’re mentioning.
    For that Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
    background-color: black;
    }

    Let me know if this works!

    Regards,
    Skandha

    in reply to: background all black #130016
    Skandha
    Participant

    @AZ_photos: Go to => Appearance => Customize => Color => Background Color and select your desired color!

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Remove "Leave a reply" From Homepage #130015
    Skandha
    Participant

    Hello @skynet, If you mean to remove leave a comment from the homepage!Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .home .entry-meta .comments-link {
    display: none;
    }

    Let me know if this does the trick!
    Have a good day!

    Regards,
    Skandha

Viewing 20 posts - 11,981 through 12,000 (of 12,035 total)