Forum Replies Created
-
AuthorPosts
-
December 13, 2013 at 5:26 pm in reply to: Change the highlight colour of the Select Mobile Menu #5658sovit ranjitkarKeymaster
Sorry for misunderstand. I thought an icon right side to the select menu.
Anyways the blue color your are asking to change in select -> option is not possible by easy way its a default color that’s display in browsers. You should add some jQuery OR some CSS tricks. Hope this link may help you http://stackoverflow.com/questions/19289723/how-to-change-the-default-highlight-color-of-drop-down-in-html-from-blue-to-some
Thank you!
sovit ranjitkarKeymasterSorry. It is not possible. Need to customize lots of CSS. You have to hire a developer for it.
Thank you!
sovit ranjitkarKeymasterHi BlackWidow,
The blue highlight in the mobile navigation bar is an image and if you want to change the color of that image then you have to change the image and edit it via Photoshop. Image is in image folder named responsive-menu-bg.png.
Thank you!
November 22, 2013 at 1:36 pm in reply to: Need To Add Bullet Or Icon Next To Recent Post Entries #5307sovit ranjitkarKeymasterHi sw23185,
To add bullet next to each entry in the Recent Posts widget Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_recent_entries ul li { list-style: circle outside none; margin-left: 15px; padding-bottom: 10px; }
One more time Thank you for using our theme.
sovit ranjitkarKeymasterHi mgpelobello,
To make the search bar(input field) in my header appear even without clicking the search icon
Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:input.s { width: 100px; padding-left: 10px; border-color: #eaeaea; text-indent: 0; }
Thank you for using our theme.
November 14, 2013 at 5:19 am in reply to: Change background colour of Business template widgets #5149sovit ranjitkarKeymasterHi danielsteeves,
Sorry to disappoint you that the background that you would like to change in our theme like http://www.exponential-e.com/ is not possible by easy way. It needs lots of CSS customization for that you have to hire a CSS developer.
Thank you !
sovit ranjitkarKeymasterHi flair,
It seems that you have changed the CSS code in line no. 2050 as
@media only screen and (width: 767px)
please replace this code to default one to this@media only screen and (max-width: 767px)
. Save it and refresh your browser.Thank you!
sovit ranjitkarKeymasterPaste below code to remove the border and click on save all changes button:
#branding { border-bottom: 0 none; }
Thank you!
sovit ranjitkarKeymasterHi melanieann7406,
Currently this features is not available for free version you have to buy a premium version of Clean Retina.
It’s not possible from the direct CSS first you have to edit the image into transparent format and upload to you media.Thank you for using our theme.
sovit ranjitkarKeymasterHi bretwalker11,
To change the body background color only in homepage Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and click on save all changes button:
.home #main { background-color: #F8F8F8; }
Note: Change above #F8F8F8 color code to your own HEX color code.
Thank you for using our theme.
sovit ranjitkarKeymasterGreat 🙂
sovit ranjitkarKeymasterTo reduce the space for comment section Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
.comments-title { padding-bottom: 0 !important; } .comments-area article { margin: 15px 0; } .comments-area article header { margin-bottom: 15px; } #respond { margin-top: 20px; } #respond form { margin: 10px 0; } #respond form p { margin: 0; }
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.
sovit ranjitkarKeymasterTo change the background colors for the menu bar and the search fields Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
#access, #access ul li ul, #access ul ul ul, #access ul ul ul ul { background-color: #FFFFFF; } input.s, input[type="search"]:hover, input[type="search"]:focus { background-color: #EEEEEE; }
Note: Change #FFFFFF color code above with your own color code for background-color in navigation and change #EEEEEE for search fields.
Now, Click on Save All Changes Button and Refresh your browser.
Thank you for using our theme.
sovit ranjitkarKeymasterWe do not understand what you exactly trying to say. Please clarify it nicely so that we can help you to the exact point.
Thank you for using our theme. 🙂
sovit ranjitkarKeymasterYes, you can customize it through CSS. Where you want to reduce the space each and every comment post or what?
-
AuthorPosts