Forum Replies Created

Viewing 20 posts - 2,521 through 2,540 (of 4,908 total)
  • Author
    Posts
  • in reply to: full image not displayed after clicking slider #100985
    Mahesh
    Participant

    @zinas: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Change portfolio color #100984
    Mahesh
    Participant

    @ourherbfarm: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the follwoing CSS:

    #portfolio .hentry .entry-title a {
        color: #ff00ff;
    }

    Note: This will change the color of the Portfolio Title link.
    The small text in portfolio (meta tags), these are only available if you select Post Portfolio/Category
    If you want to change the color of the content, add the following CSS:

    #portfolio .hentry .entry-content {
        color: #ff00ff;
    }

    Note: Please change the color as desired.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Add additional font #100983
    Mahesh
    Participant

    @ourherbfarm: Please use the following CSS instead:

    @font-face {
        font-family: 'neucharegular';
        src: url('http://ourherbfarm.com/css/neucha-webfont.eot');
        src: url('http://ourherbfarm.com/css/neucha-webfont.eot?#iefix') format('embedded-opentype'),
             url('http://ourherbfarm.com/css/neucha-webfont.woff') format('woff'),
             url('http://ourherbfarm.com/css/neucha-webfont.ttf') format('truetype'),
             url('http://ourherbfarm.com/css/neucha-webfont.svg#neucharegular') format('svg');
    }
    
    .entry-title {
        font-family: 'neucharegular';
    }

    Note: This is for titles just for testing, please change as you desire.

    Regards,
    Mahesh

    in reply to: Removing grey line after post #100982
    Mahesh
    Participant

    @mistye: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Content too far below site title #100981
    Mahesh
    Participant

    @jhgtyre: Glad to know that. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @fede15: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @fede15: Just to let you know that the update has been released. Please download and install the latest version and check if it fixes the issue. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @floh:
    1)i have a problem with the featured content. I don´t want the image of the page to be displayed at the featured content excerpt.
    => Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .featured-homepage-image {
        display: none;
    }

    2. at the place where the logo is, we want an image too. so it should be the logo AND an image (like a background banner)
    => Do you mean to add a background image to the header? If so, add the following CSS:

    #masthead {
        background-image: url("link to your desired image");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    Note: Please replace link to your desired image in the above code with you desired image url.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Post page appearance #100902
    Mahesh
    Participant

    @valeska-conducere: Do you mean to display image in blog excerpt like in the demo link below?
    https://catchthemes.com/demo/full-frame/blog/
    If so, this feature is already in Full Frame Pro version, I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Floating check box under comments, how to get rid of it? #100901
    Mahesh
    Participant

    @amyestrada: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Change portfolio color #100900
    Mahesh
    Participant

    @ourherbfarm: You’ll need to use Custom CSS for this. Let me know what you want to change and I’ll provide you with the CSS.

    Regards,
    Mahesh

    in reply to: Add additional font #100898
    Mahesh
    Participant

    @ourherbfarm: Yes, this is possible through Custom CSS. First upload you desired font then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @font-face {
        font-family: myCustomFont;
        src: url('link_to_source');
    }

    then use as

    p.some_class {
    	font-family: myCustomFont;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Custom page template with one column #100897
    Mahesh
    Participant

    @dship16: Glad to know you’ve figured it out all by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Removing grey line after post #100896
    Mahesh
    Participant

    @mistye: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Cusotm CSS box and add the following:

    .hentry, 
    .widget-title, 
    .widget {
        border-bottom: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Indivdual Sidebar Menu Style #100895
    Mahesh
    Participant

    @bb-one-net: Glad to know you’ve fixed the issue by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Content too far below site title #100894
    Mahesh
    Participant

    @jhgtyre: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .site-branding {
        margin-bottom: 80px;
        margin-top: 165px;
        min-height: auto;
    }
    
    @media screen and (max-width: 1023px) and (min-width :  768px) {
        .site-branding {
            margin-bottom: 320px;
        	margin-top: 230px;
        }
    }
    
    @media screen and (max-width :  767px) {
        .site-branding {
            margin-bottom: 130px;
            margin-top: 110px;
        }
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Resize Sidebar e-commerce #100892
    Mahesh
    Participant

    @anamaggarwal1991gmail-com: Please post in your site url.

    Regards,
    Mahesh

    Mahesh
    Participant

    @fede15: The issue will be fixed in the next update. Thank you for your patience. We’ll let you know as soon as the update is live.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #100887
    Mahesh
    Participant

    @debswebs: Sorry, we didn’t mean to let you down. I guarantee you that, you will get what you paid for. We’ll contact you through email shortly.

    Regards,
    Mahesh

    in reply to: Option Sidebar Position #100820
    Mahesh
    Participant

    @nikibranting: I’m afraid, Adventurous Pro does not have three column layout. But if you want to display the optional sidebar on gallery page only, this can be done. Go to gallery edit page, then scroll down to Adventurous Options, select Right Sidebar in Sidebar Layout option. Then select Optional Sidebar One in Select Sidebar option. This will use widgets in Optional Sidebar One widget area(Go to Dashborad=> Appearance=> Widgets and put you desired widgets in Optional Sidebar One widget area and click Save). Then click Update. Hope this helps.

    Regards,
    Mahesh

Viewing 20 posts - 2,521 through 2,540 (of 4,908 total)