Forum Replies Created

Viewing 20 posts - 11,201 through 11,220 (of 12,035 total)
  • Author
    Posts
  • in reply to: Featured Slider Images – text font size #146427
    Skandha
    Participant

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

    #slider-wrap .featured-text, #slider-wrap .featured-text:hover {
    	background:rgba(0, 0, 0, 0.0);
    }

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

    Skandha
    Participant

    @marebos: To edit the footer you will need to create a child theme and make few customization. Let me know if you are familiar with child theme customization.

    Alternatively, Footer option is available in pro 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.

    Kind Regards,
    Skandha

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

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

    
    blockquote {
    	border:0 solid #1a1a1a;
    	border-left-width:4px;
    	color:#777;
    	font-size:19px;
    	font-style:italic;
    	line-height:1.4736842105;
    	margin:0 0 1.4736842105em;
    	overflow:hidden;
    	background:url(blockquote-bg.jpg) no-repeat;
    	padding:0 0 0 1.263157895em;
    }
    blockquote p {
    	padding-left:5px;
    }

    You can put the image inside images folder in your theme folder.
    Let me know if this works out.
    Kind Regards,
    Skandha

    in reply to: Change color menu #146406
    Skandha
    Participant

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

    #header-menu ul.menu a {
        color:#ffa015;
    }
    #header-content {
        display:none;
    }

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

    in reply to: Making secondary menu transparent #146403
    Skandha
    Participant

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

    #secondary-menu {
    	background-color:rgba(236,235,230,0.0);
    }
    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a {
    	background-color:rgba(236,235,230,0.0);
    }

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

    in reply to: copyright credit not showing up in footer #146402
    Skandha
    Participant

    @israel_finn: You seem to have added bit of CSS code due to which the footer is not showing up.
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    #colophon {
        opacity: 0.0;
    }

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

    in reply to: Change Colors And Mobile Logo Size #146397
    Skandha
    Participant

    @positivelyvisual: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    To change the color of header when scrolling down

    .fixed-nav #masthead {
    	background-color:#1a1a1a;
    }

    To change the size of logo in mobile view

    @media screen and (max-width:1023px) {
    	.site-branding img {
    	width:125px;
    	}
    }

    To shrink header area

    .header-media-disabled #masthead.main-nav-scrolled {
        height:100px;
    }

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

    in reply to: Contact Form 7 broken on homepage #146395
    Skandha
    Participant

    @donlk: The update has been released. Please update the theme and check if the issue is resolved.

    Kind Regards,
    Skandha

    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

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