Forum Replies Created

Viewing 20 posts - 11,181 through 11,200 (of 12,027 total)
  • Author
    Posts
  • in reply to: Making secondary menu transparent #146515
    Skandha
    Participant

    @israel_finn: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

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

    @sitanath: 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/clean-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,
    Skandha

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

    @positivelyvisual: To reduce the space around page-title
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .entry-container {
    	padding-top:100px;
    	padding-bottom:25px;
    }

    To change color of menu item and search
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #search-toggle a, .menu-label {
    	color:#fff !important;
    }
    .fixed-nav .menu-toggle .fa, .fixed-nav .menu-close .fa {
    	color:#fff !important;
    	border-color:#fff !important;
    
    }
    
    #search-toggle .fa.fa-search:hover {
    	color:#000 !important;
    }
     
    .menu-toggle .fa.fa-bars:hover {
    	background-color:#000 !important;
    }

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

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

    @landyvlad: 1. Once you have pasted the block-quote image inside the images folder inside your theme folder you need to put the full url only the image name with extension will do.

    2. Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Adjusting gaps at top of page and removing search box #146504
    Skandha
    Participant

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

    To remove the search field

    #header-right-search {
        display:none;
    }

    To reduce gap between slider and featured content section

    #feature-slider {
    	padding-bottom:0;
    }

    To reduce gap page header and slider

    #masthead {
    	padding-bottom:0;
    }
    #site-branding {
    	padding-bottom:0;
    }

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

    in reply to: Catch Responsive Pro Featured Slider Issue #146476
    Skandha
    Participant

    @wabbit: Glad the issue is resolved. Have a good day!

    Kind Regards,
    Skandha

    in reply to: Change color menu #146475
    Skandha
    Participant

    @clcv37: 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/catch-evolution/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,
    Skandha

    in reply to: Catch Responsive Pro Featured Slider Issue #146470
    Skandha
    Participant

    @wabbit: Please post in your site URL and can you also elaborate your issue.

    Kind Regards,
    Skandha

    in reply to: Menu items not showing in edit section #146462
    Skandha
    Participant

    @aj2: I just checked your site and it seems you have not created a menu yet. The menu being displayed in the front end is the default page menu when no menu is created.

    So to create a menu
    Go to => Appearance => Menus => Create new Menu
    Then add menu items from the left
    then Go to => Manage Location => Select where you want the menu to be displayed.

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    in reply to: Sidebar Width #146430
    Skandha
    Participant

    @sea82: Hello there, you don’t seem to be using our theme. Please post your queries in the respective theme support forum.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @maxzaska: Yes, it is possible but you will have to do with the limited features available in the free theme. Let me know what do you want to add beneath the homepage image and I will suggest you how you can achieve that.

    Kind Regards,
    Skandha

    in reply to: Change color menu #146428
    Skandha
    Participant

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

    #colophon #access-footer ul.menu a {
        color:#ffa015;
    }

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

    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

Viewing 20 posts - 11,181 through 11,200 (of 12,027 total)