Forum Replies Created

Viewing 20 posts - 11,201 through 11,220 (of 12,027 total)
  • Author
    Posts
  • in reply to: Change color menu #146392
    Skandha
    Participant

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

    #access-primary-menu {
        background-color:#ffa015;
    }

    Let me know if this is what you want.
    Kind Regards,
    Skandha

    Skandha
    Participant

    @maxzaska: The demo is of Fotografie Pro theme.So, if you want to customize your site like in the demo of the theme then you should upgrade to pro version of the theme. You can check out the additional-features =available in pro version of the theme as compared to the free theme.

    Yes, you can have a 1 page scrolling website with the following sections “Bio”, Videos, Music and Contact.

    To have a signup form in the middle of the main image on the Home page you will need to customize your site.
    If you have the idea then you can customize it yourself otherwise i suggest you to hire a customizer.

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

    in reply to: Edit/Delete Explore box on my homepage #146390
    Skandha
    Participant

    @sitanath: Go to => Appearance => Customize => Header Media => Header Media Link Text => You can edit the button text here.

    To remove the box
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .header-button {
        display:none;
    }

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

    in reply to: Updated Jetpack Plugin; Site Now Down #146389
    Skandha
    Participant

    @julieinthesky1971: Please post your site URL. Also try contacting Jetpack Plugin Support they might help you out on this.

    Kind Regards,
    Skandha

    in reply to: Higher Education Slider #146388
    Skandha
    Participant

    @zeroluca: The option to have different slider images in the header on different pages in not available in the theme. For this you will have to find a suitable plugin from the wordpress plugin repository.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Different menus on different pages #146387
    Skandha
    Participant

    @awo-hamburg-akademie: What you can do is separate the posts you want to display in two different pages in two different categories and create a menu of those category and show them up in two different pages.

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

    in reply to: Header Top Area Text #146316
    Skandha
    Participant

    @ishaman: Please post in your site URL so that I can provide you the necessary solution.

    Kind Regards,
    Skandha

    in reply to: Change blockquote style? #146314
    Skandha
    Participant

    @landyvlad: To indent the blockquote
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    blockquote {
        margin-left:40px;
    }

    You can adjust the margin according to your requirement.

    To get blockquote style like of Simple Catch Theme
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    blockquote {
    	font-style:italic;
    	font-weight:normal;
    	padding:20px 20px 20px 50px;
    	background: url("https://catchthemes.com/demo/simplecatch/wp-content/themes/simple-catch/images/blockquote-bg.jpg") 10px 10px no-repeat #eee;
    	border-left:4px solid #CCCCCC;
    	border-right:4px solid #CCCCCC;
    	margin-bottom:20px;
    }

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

    Skandha
    Participant

    @landyvlad: Glad you could solve the issue. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Can the Catch Responsive theme do this? #146304
    Skandha
    Participant

    @wabbit:
    1. The option to keep Images as Featured Slider Type is not available in pro version of the theme. I suggest you upgrade to pro. You can check out the additional-features available in pro version of the theme.

    2. This option is also available only in the pro version of the theme.

    3. Yes that can be done. You can separate the posts you want to display in a page by keeping it in one Category. Then you can insert the category page in the menu.

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

    in reply to: Right click disable #146303
    Skandha
    Participant

    @landyvlad: For that you will be need to find a suitable plugin from the wordpress plugin repository.

    Kind Regards,
    Skandha

    in reply to: Featured Slider on mobile view #146299
    Skandha
    Participant

    @mhoener: Please try disabling all your plugins and check if this solves the issue.

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    in reply to: Header Top Area Text #146268
    Skandha
    Participant

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

    .entry-header .entry-title {
        display:none;
    }

    Let me know if this woks out.
    Kind Regards,
    Skandha

    in reply to: Header image size and text #146236
    Skandha
    Participant

    @eikon13: Please post in your site URL so that I can help you out.

    Kind Regards,
    Skandha

    in reply to: H1 tag of Jamsom theme #146234
    Skandha
    Participant

    @homa: Yes, the site-title is already h1.
    To change the post and page title to h1 you will need to create a child theme and do a bit of customization.

    Let me know if you are familiar with child theme customization.
    Kind Regards,
    Skandha

    in reply to: Right click disable #146227
    Skandha
    Participant

    @mhutabarat: Glad you found a way out. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Site Identity Logo #146226
    Skandha
    Participant

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

    body:not(.home) .custom-logo {
        display:none;
    }

    Let me know if this does the trick.
    Kind Regards,
    Skandha

    in reply to: Menu Items text won't format. #146225
    Skandha
    Participant

    @tattoo-tom: To bold the menu items
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-items .hentry-inner {
        font-weight:bold;
    }

    Can you explain where you want to skip or goto next line?

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

    in reply to: Header Top Area Text #146221
    Skandha
    Participant

    @ishaman: You can insert Menu and Social Icon in the header top area. If you want to insert Menu to Header top Area Go to => Appearance => Customize => Menus => View All Locations => Header Top Menu => Select the Menu you want to show in Header Top Area

    To insert Social Icons to Header Top Area
    Go to => Appearance => Customize => Social Links => Add required social link

    To remove Header Top Area
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top {
    	display:none;
    }

    The option to add text to header top are is not available in free version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme. To add text to header top you can use Header Top Right and Header Top Left widget area.

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

    Skandha
    Participant

    @rockmusicraider: I will shortly contact you by email.

    Kind Regards,
    Skandha

Viewing 20 posts - 11,201 through 11,220 (of 12,027 total)