Forum Replies Created

Viewing 20 posts - 4,781 through 4,800 (of 4,903 total)
  • Author
    Posts
  • in reply to: Different page title colors? #82372
    Mahesh
    Participant

    Hi @effess,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following styles:

    .image-attachment .entry-container .entry-header h1.entry-title {
        color: #26a4cd;
    }

    The above style will change all attachment page title to the same color specified as above, but if you want to have different color for different attachment page then you may need to specify ids or class.
    For example, to have specific color in “Ibiza Travel Pillow & Sleep Mask” attachment page only, add the following CSS.

    .image-attachment .post-2096 .entry-container .entry-header h1.entry-title {
        color: #00ff00;
    }

    Regards,
    Mahesh

    in reply to: Mobile Site: Primary Menu #82371
    Mahesh
    Participant

    Hi @andrewf90,

    I understand your problem, but this is beyond the theme scope. I would recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: An idear for future development #82366
    Mahesh
    Participant

    Hi @knudkp,

    You can check the change log of your uploaded theme by going to “Theme Foder => changelog.txt” and for the Latest Version Theme available, you can check the logs HERE

    Regards,
    Mahesh

    in reply to: politcy privacy #82365
    Mahesh
    Participant

    Hi @marcodimi,

    Just checked your site, I think you’ve removed the code from the footer.
    For displaying the “Privacy Policy” in the footer please follow these steps.
    1. Copy the HTML code provided excluding the scripts and add it in “Dashboard=> Appearance=> Theme Options=> Footer Editor Options=> Footer Editor” box and click “Save”.
    2. Copy the scripts from the provided HTML and go to “Dashboard=> Appearance=> Theme Options=> WebMaster Tools=> Header and Footer Codes=> Code to display on Footer” box and paste it and click “Save”.
    3. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS Options=> Custom CSS” box and add the following CSS and click “Save”.

    @media screen and ( min-width:961px )  {
        #site-generator .copyright {
            clear: none;
        }
        .iubenda-ibadge {
            float: left;
        }
    }

    Let me know if this solves your issue.

    Regards,
    Mahesh

    in reply to: cart page all content is not visible in the mobile view #82318
    Mahesh
    Participant

    Hi @Mattias,

    Sakin will answer this.

    Regards,
    Mahesh

    in reply to: An idear for future development #82317
    Mahesh
    Participant

    Hi @knudkp,

    For theme version, only change in style.css will change the version of the theme. I recommend you to upload the theme again using another FTP client such as FileZilla or use Catch Updater plugin to update the theme.

    Let me know, if the problem persists.

    Regards,
    Mahesh

    in reply to: Background Image and Background Scroll #82304
    Mahesh
    Participant

    Hi @matthewseanmclachlan,

    1. To move the slider up snug up with the menu bar
    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    #page > header#branding {
        display: none;
    }

    2. To increase the space in between the posts, add following CSS:

    #main article.post {
    	margin-top: 40px;
    }
    
    #main article.post:first-child {
    	margin-top: 20px;
    }

    3. To drop shadow to the posts, add the following CSS:

    #main article.post {
    	-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 1);
    	-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 1);
    	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 1);
    }

    Regards,
    Mahesh

    in reply to: politcy privacy #82292
    Mahesh
    Participant

    Hi @marcodimi,

    Can you please clarify on what type of code you want to add. We need to look at it. Please share us the code you want to use.

    For that please put the code in http://pastebin.com/ and provide the link for it.

    Regards,
    Mahesh

    in reply to: Mobile Site: Primary Menu #82291
    Mahesh
    Participant

    Hi @andrewf90,

    The theme uses same primary menu in both the desktop version and mobile version, the only difference is the way of displaying.
    The menu in mobile version is also showing the nested sub menus similar to that of menu in desktop version. This can be recognized by seeing the font-size and preceding space of the menu items.
    I hope you get it.

    The code you’ve used in the free version will work on pro version too.

    Regards,
    Mahesh

    in reply to: ipad view, version of theme #82290
    Mahesh
    Participant

    Hi @knudkp,

    1. The latest version available of Catch Base Pro is 3.2.

    2. It seems the site looking fine in desktop, iPad and mobile view.

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @adunning,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add any of the following CSS.

    1. For Header logo Centered:

    #site-logo {
    	float: none;
    }
    
    #site-logo img {
    	margin: 0 auto;
    }

    2. For Header logo full width:

    #site-logo {
    	float: none;
    }
    
    #site-logo img {
    	width: 100%;
    }

    Regards,
    Mahesh

    in reply to: change color subheadline text #82288
    Mahesh
    Participant

    Hi @[email protected],

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #promotion-message .section.left > p {
        color: #00ff00;
    }

    Note: Please change the hex value to desired color.

    Regards,
    Mahesh

    in reply to: Home Page Slider Other Pages Featured Image #82287
    Mahesh
    Participant

    Hi @rickm813,

    Yes, there is an inbuilt setting for this feature in both themes.
    You’ve already set the slider for the homepage only, so I’ll skip this one. The next in to enable Header Featured Image in all other pages excluding Homepage.
    1. Go to “Dashboard=> Appearance=> Customize=> Header Image”.
    2. Add an image you want as Header Featured Image or select any image from suggested if you’ve already uploaded.
    3. Select “Excluding Homepage” option from “Enable Featured Header Image on” dropdown.
    4. Click “Save & Publish” button and check.

    Regards,
    Mahesh

    in reply to: Mobile menu shows up on desktop site #82286
    Mahesh
    Participant

    Hi @Cricket,

    I checked your site, you’re using child theme and modified a lot in style.css. I suggest you to change to parent theme, and test whether the issue persists. If the problem disappears in parent theme, please check your child theme. I recommend to follow the instructions on how to create child theme HERE.

    Regards,
    Mahesh

    in reply to: Mobile Site: Site Title Padding #82284
    Mahesh
    Participant

    Hi @andrewf90,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” and add the following CSS.

    @media screen and (max-width: 360px){
    	#site-title {
    	    font-size: 24px;
    	}
    }

    Regards,
    Mahesh

    in reply to: My custom header image sometimes disappears #82283
    Mahesh
    Participant

    Hi @lilianach,

    Since this issue seems to arise due to cache, I suggest you to contact the server and clear the cache then check again.

    Regards,
    Mahesh

    in reply to: Need header changes and categories for every page #82282
    Mahesh
    Participant

    Hi @shikarime,

    If you don’t want to display “Category Archive”, go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.

    .category #content .page-title {
        display: none;
    } 

    Or

    Create a child theme (You can find the details on how to create child theme HERE), then copy the archive.php from main theme to child theme, and edit the archive.php.

    Modify the following code:

    if ( is_category() ) {
        printf( __( 'Category Archives: %s', 'adventurous' ), '<span>' . single_cat_title( '', false ) . '</span>' );
    }

    Like this:

    if ( is_category( 'sample-category-1' ) || is_category( 'sample-category-2' ) ) {
        printf( '<span>' . single_cat_title( '', false ) . '</span>' );
    }
    elseif ( is_category() ) {
        printf( __( 'Category Archives: %s', 'adventurous' ), '<span>' . single_cat_title( '', false ) . '</span>' );
    }

    Regards,
    Mahesh

    in reply to: Header Top Menu #82281
    Mahesh
    Participant

    Hi @rickm813,

    That’s great, you figured yourself.
    I thought you meant the nav bar, nevermind.

    Regards,
    Mahesh

    in reply to: header not centre #82244
    Mahesh
    Participant

    Hi @Urszula,

    To change font size in footer 1, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:

    /* For Title Widget Title */
    #first.widget-area .widget-title {
        font-size: 20px;
    }
    
    /* For Title Widget Text */
    #first.widget-area .textwidget {
        font-size: 18px;
    }

    Note: Change the size per requirement.

    Regards,
    Mahesh

    in reply to: My custom header image sometimes disappears #82238
    Mahesh
    Participant

    Hi @lilianach,

    No this is not hacking. The problem is may be due to caching.

    Regards,
    Mahesh

Viewing 20 posts - 4,781 through 4,800 (of 4,903 total)