Forum Replies Created

Viewing 20 posts - 941 through 960 (of 4,908 total)
  • Author
    Posts
  • Mahesh
    Participant

    @sumiko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    /* Standard Menu Color */
    #header-menu #access ul.menu a, #colophon #access-footer ul.menu a {
    	color: #ff0000;
    }
    
    /* Active Menu Color */ 
    #header-menu #access .menu .current-menu-item > a, #header-menu #access .menu .current-menu-ancestor > a, #header-menu #access .menu .current_page_item > a, #header-menu #access .menu .current_page_ancestor > a, #colophon #access-footer ul.menu .current-menu-item a {
    	background-color: #ff00ff;
    	color: #fff;
    }
    
    /* Hover/Focus Menu Color */
    #header-menu #access ul.menu li:hover > a, #header-menu #access ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus {
    	background-color: #00ff00;
    	color: #000;
    }

    On slider, in Japanese version, you have continue reading text and in English version you have Japanese language for continue reading. And English version has only one slide. Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Changing the default footer #113229
    Mahesh
    Participant

    @kejpa: Oh sorry about that, forgot that this function can’t be override and must be replaced. Copy the original function to the child theme’s functions.php and rename the function and change the content as desired and hook it. If you are not familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Headlines H1 and H2 #113227
    Mahesh
    Participant

    @peterdroginformation-nu: For those further changes I recommend you to hire a customizer.

    Regards,
    Mahesh

    Mahesh
    Participant

    @kerbyengen: Tried again but still your site is seem to be down. Try the following CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #access .menu .current-menu-item > a, #access .menu .current-menu-ancestor > a, #access .menu .current_page_item > a, #access .menu .current_page_ancestor > a, #access-secondary .menu .current-menu-item > a, #access-secondary .menu .current-menu-ancestor > a, #access-secondary .menu .current_page_item > a, #access-secondary .menu .current_page_ancestor > a, #access-footer ul.menu .current-menu-item a {
        color: #ff0000;
    }

    Regards,
    Mahesh

    in reply to: Trying to Set 'Featured Image' as Page Background Image #113223
    Mahesh
    Participant

    @infocommunitypartnersnh-org: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme, create a file name it content-page.php and paste the code from the following link.
    http://bit.ly/2npv78B

    Regards,
    Mahesh

    Mahesh
    Participant

    @sumiko: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Receiving 404 errors #113220
    Mahesh
    Participant

    @bajaharry: There has been a small bug in the theme. This will be fixed in the next update.

    Regards,
    Mahesh

    in reply to: Rotating header image? #113219
    Mahesh
    Participant

    @ksalyers: By rotating header image, if you mean slider, well this is not possible through the theme itself, you’ll need to customizer (I recommend you to hire a customizer for this). But if you mean random headers (different each time when loading), this is possible. Go to Dashboard=> Appearance=> Customize=> Header Images and upload number of image. Then select Randomize Uploaded Headers then click Save & Publish.

    Regards,
    Mahesh

    in reply to: Slider Arrow & Button removal #113218
    Mahesh
    Participant

    @djgaryc: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next, 
    #feature-slider .cycle-pager {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Slider Dots #113185
    Mahesh
    Participant

    @malni: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .cycle-pager {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: Homepage not showing latest post #113158
    Mahesh
    Participant

    @chewfamily: Just checked your site again both with and without full refresh, and the blog is displaying just fine. Let me know if any problem. Do you have any cache plugins?

    Regards,
    Mahesh

    in reply to: Headlines H1 and H2 #113157
    Mahesh
    Participant

    @peterdroginformation-nu: If you are looking for our theme without multiple H1 then you can check out
    1. Lucida Free and Lucida Pro
    2. Helena Free and Helena Pro
    3. Rock Star Free and Rock Star Pro
    4. Clean Business and Clean Business Pro
    5. Fabulous Fluid and Fabulous Fluid Pro
    6. Clean Magazine and Clean Magazine Pro
    7. Jomsom and Jomsom Pro

    Regards,
    Mahesh

    in reply to: CSS code needed #113156
    Mahesh
    Participant

    @peterdroginformation-nu: Thank you for your appreciation. Have a nice day.

    Regards,
    Mjs

    Mahesh
    Participant

    @kerbyengen: Tried to check your site but the site didn’t load.

    Regards,
    Mahesh

    in reply to: Trying to Set 'Featured Image' as Page Background Image #113148
    Mahesh
    Participant

    @infocommunitypartnersnh-org: You mean the full background or just the background of the article? Let me know further.

    Regards,
    Mahesh

    in reply to: Add another SNS logo & link as social widget #113147
    Mahesh
    Participant

    @sumiko: For that, you can use text widget to add up some custom social links manually. Or try some of our other themes that has built in Custom Social Icons feature (Catch Base Pro).
    To change color from gray to original, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .social-profile ul li.facebook a {
    	background-position: 0 -44px;
    }
    .social-profile ul li.twitter a {
    	background-position: -44px -44px;
    }
    .social-profile ul li.rss a {
    	background-position: -88px -44px;
    }
    .social-profile ul li.you-tube a {
    	background-position: -132px -44px;
    }
    .social-profile ul li.linkedin a{
    	background-position: -176px -44px;
    }
    .social-profile ul li.tumblr a{
    	background-position: -220px -44px;
    }
    .social-profile ul li.viemo a {
    	background-position: -264px -44px;
    }
    .social-profile ul li.slideshare a {
    	background-position: -264px -44px;
    }
    .social-profile ul li.dribbble a {
    	background-position: -308px -44px;
    }
    .social-profile ul li.my-space a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.aim a {
    	background-position: -396px -44px;
    }
    .social-profile ul li.myspace a{
    	background-position: -352px -44px;
    }
    .social-profile ul li.flickr a{
    	background-position: -440px -44px;
    }
    .social-profile ul li.pinterest a{
    	background-position: -484px -44px;
    }
    .social-profile ul li.google-plus a {
    	background-position: -528px -44px;
    }
    .social-profile ul li.wordpress a {
    	background-position: -572px -44px;
    }
    .social-profile ul li.deviantart a{
    	background-position: -616px -44px;
    }
    .social-profile ul li.slideshare a {
    	background-position: -660px -44px;
    }
    .social-profile ul li.instagram a{
    	background-position: -704px -44px;
    }
    .social-profile ul li.skype a {
    	background-position: -748px -44px;
    }
    .social-profile ul li.soundcloud a {
    	background-position: -792px -44px;
    }
    .social-profile ul li.email a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.contactus a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.xing a{
    	background-position: -882px -44px;
    }
    .social-profile ul li.meetup a {
    	background-position: -971px -44px;
    }

    Regards,
    Mahesh

    in reply to: Feature slider missing buttons #113146
    Mahesh
    Participant

    @marketingacuity: There is no option for toggling slider buttons on and off. I checked your site and the buttons are displaying fine on the slider. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Import Slider Revolution into theme #113124
    Mahesh
    Participant

    @petermilliken: Yes, this can be done. If you don’t want to use the theme’s built in slider. Go to Dashboard=> Appearance=> Customize=> Featured Slider and simply select Disabled in Enable Slider on option. Then follow as per the plugin’s instruction. If you need to customize, I recommend you to use child theme. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    in reply to: CT Widgets Column Layout #113123
    Mahesh
    Participant

    @stevphel: The widget bug has been fixed and the update has also been released. Please update. For the another issue, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .one-column:after,
    .two-column:after,
    .three-column:after,
    .four-column:after{
    	content: " ";
    	display: block;
    	clear: both;
    }

    Regards,
    Mahesh

    in reply to: Portfolio needs a closing div tag #113122
    Mahesh
    Participant

    @sinfomac: Thank you very much. This will be fixed in the next update. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 941 through 960 (of 4,908 total)