Forum Replies Created
-
AuthorPosts
-
March 31, 2017 at 4:49 am in reply to: Change color of customize menu widget & note on the bottom of slider. #113231
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,
MaheshMahesh
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,
MaheshMahesh
Participant@peterdroginformation-nu: For those further changes I recommend you to hire a customizer.
Regards,
MaheshMarch 31, 2017 at 3:20 am in reply to: Change the font color of an active page within the top navigation #113225Mahesh
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,
MaheshMarch 31, 2017 at 2:44 am in reply to: Trying to Set 'Featured Image' as Page Background Image #113223Mahesh
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.phpand paste the code from the following link.
http://bit.ly/2npv78BRegards,
MaheshMarch 31, 2017 at 1:16 am in reply to: Change color of customize menu widget & note on the bottom of slider. #113221Mahesh
Participant@bajaharry: There has been a small bug in the theme. This will be fixed in the next update.
Regards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
Participant@malni: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .cycle-pager { display: none; }Regards,
MaheshMahesh
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,
MaheshMahesh
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 ProRegards,
MaheshMahesh
Participant@peterdroginformation-nu: Thank you for your appreciation. Have a nice day.
Regards,
MjsMarch 30, 2017 at 2:53 am in reply to: Change the font color of an active page within the top navigation #113152Mahesh
Participant@kerbyengen: Tried to check your site but the site didn’t load.
Regards,
MaheshMarch 30, 2017 at 2:28 am in reply to: Trying to Set 'Featured Image' as Page Background Image #113148Mahesh
Participant@infocommunitypartnersnh-org: You mean the full background or just the background of the article? Let me know further.
Regards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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 -
AuthorPosts
