Forum Replies Created

Viewing 20 posts - 3,381 through 3,400 (of 4,116 total)
  • Author
    Posts
  • in reply to: Header image behind site logo #124851
    tikaram
    Participant

    @roboterpirat : Please try adding the following additional css.

    .site-header {
    	background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/00/04/04/225620c4fd7a7ba.jpg");
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: change height of secondary menu bar #124850
    tikaram
    Participant

    @effess : Go to Appearance => Customize => Additional css and add the following css

    #secondary-menu ul.menu a {
    	line-height: 30px;
    }

    Let me know if you have any theme related issues.

    Regards,
    Tikaram

    in reply to: Removing Search Bar #124849
    tikaram
    Participant

    @prachidamle7 : I have replied to this issue in the previous thread. Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Site title resizing and search bar for mobiles #124848
    tikaram
    Participant

    @prachidamle7 : To change the font size for small screen
    Go to Appearance => Customize => Additional css and add the following css

    @media only screen and (max-width: 580px) {
    	h1.site-title {
    		font-size: 30px !important;
    	}
    }

    To disable search bar from the header. Add the following additional css.

    .sidebar-header-right {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    in reply to: Widget CT:Tour Add Image #124845
    tikaram
    Participant

    @pex81 : Its not possible to add image to each tour items but you can add background image. If you want to get your site customized you may hire customizer. Let me know if you have any more theme related issues.

    Regards,
    Tikaram

    in reply to: After upgrade from theme and wp problem with plug in #124838
    tikaram
    Participant

    @marga : The option to display different headers on each page is not available from customizer.Please contact Plugin Support regarding the issue. Let me know if you have any more theme related issues.

    Regards,
    Tikaram

    in reply to: Responsive template moves from side-to-side on iPhone #124828
    tikaram
    Participant

    @robertf : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (max-width: 479px) {
    #sidebar-header-right {
    	margin-top: 2em !important;
    	margin-left: 30px !important;
    }
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: Header image behind site logo #124792
    tikaram
    Participant

    @roboterpirat : Go to Appearance => Customize => Additional css and add the following css.

    #masthead .site-banner > .wrapper {
       background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/00/04/04/225620c4fd7a7ba.jpg");
    }

    Please replace the image URL with the desired image. Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Catch Base Pro Colour Options #124789
    tikaram
    Participant

    @drf : If you change the background colour of the header, content, folder, featured content, sidebars or wrapper into transparent, the text will not be visible. It can be done with additional css but it makes the website unreadable. Please let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: change height of secondary menu bar #124781
    tikaram
    Participant

    @effess : Please post in your site URL. Would you like to increase or decrease the height of the secondary menu?

    Regards,
    Tikaram

    in reply to: Transparency #124780
    tikaram
    Participant

    @pinkladyrochelle : This support forum is for themes and plugins by Catch Themes only. It seems like you are not using our theme. I would be happy to answer any queries related with our themes and plugins.

    Regards,
    Tikaram

    in reply to: feature slider image titles #124779
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (max-width: 380px) {
    #feature-slider h2.entry-title span {
    	padding: 10px 10px;
    }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: catch evolution social widget does not work #124511
    tikaram
    Participant

    @mark1974 : Glad to know it. Have a Good day.

    Regards,
    Tikaram

    in reply to: how to prevent auto-format of phone number in footer? #124510
    tikaram
    Participant

    @rijidij : I don’t think we will be able to prevent because its initiated by the app installed on your device.

    Regards,
    Tikaram

    in reply to: Display Hover Text on Grid Content? #124509
    tikaram
    Participant

    @tightwadgamer : I suggest you to hire customizer.

    Regards,
    Tikaram

    in reply to: Site Meta #124508
    tikaram
    Participant

    @a74bucll : Download and activate Catch Web Tools Plugin and Activate the Open Graph Module.
    Under Home page Settings Enter Title, URL and Description as desired and save changes.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    in reply to: Issues with using Child Theme Configurator #124507
    tikaram
    Participant

    @phenrellphoto : Can you please contact Plugin support regarding the issue. Let me know if you have any theme related issues.

    Regards,
    Tikaram

    in reply to: CSS to override default featured image function? #124506
    tikaram
    Participant

    @myceliana121 : Thank you for using our theme. When you make a post with an image only, the first image from the post is displayed in the page but its not a featured image.
    Hope you have gone through theme instructions, the size for featured image is as follows
    Width: 644px
    Height: 320px

    If you select image with different size it will be cropped to maintain the uniformity in size, it cannot be corrected with custom css. You may create a child theme and do as specified by your tech partner. You will not face any problem if you create a child theme because your customizations will remain even after theme updates. Let me know if you have any theme related issues.

    Regards,
    Tikaram

    in reply to: Title & Tagline Font #124504
    tikaram
    Participant

    @hollyehrocketmail-com : The tagline is already smaller than the title. Can you please specify more clearly what size would you like to set for tagline. Let me know if you need any further assistance.

    Regards,
    Tikaram

    in reply to: "Featured content" dates #124460
    tikaram
    Participant

    Go to Appearance => Customize => Additional css and add the following css.

    .entry-meta .posted-on {
    	display: none;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 20 posts - 3,381 through 3,400 (of 4,116 total)