badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

sovit ranjitkar

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 55 total)
  • Author
    Posts
  • in reply to: Change the highlight colour of the Select Mobile Menu #5658
    sovit ranjitkar
    Keymaster

    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!

    in reply to: Transparent pages #5657
    sovit ranjitkar
    Keymaster

    Sorry. It is not possible. Need to customize lots of CSS. You have to hire a developer for it.

    Thank you!

    in reply to: Navigation menu – mobile version #5491
    sovit ranjitkar
    Keymaster

    Hi 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!

    in reply to: Need To Add Bullet Or Icon Next To Recent Post Entries #5307
    sovit ranjitkar
    Keymaster

    Hi 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.

    in reply to: Header Search Bar Visibility #5305
    sovit ranjitkar
    Keymaster

    Hi 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.

    in reply to: Change background colour of Business template widgets #5149
    sovit ranjitkar
    Keymaster

    Hi 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 !

    in reply to: Problems with the mobile site #5114
    sovit ranjitkar
    Keymaster

    Hi 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!

    in reply to: Change body background color on homepage only #4887
    sovit ranjitkar
    Keymaster

    Paste below code to remove the border and click on save all changes button:

    #branding {
        border-bottom: 0 none;
    }

    Thank you!

    in reply to: Header Background Color #4837
    sovit ranjitkar
    Keymaster

    Hi 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.

    in reply to: Change body background color on homepage only #4836
    sovit ranjitkar
    Keymaster

    Hi 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.

    in reply to: Menu & Search colours #4692
    sovit ranjitkar
    Keymaster

    Great 🙂

    in reply to: customizing comment area #4690
    sovit ranjitkar
    Keymaster

    To 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.

    in reply to: Menu & Search colours #4689
    sovit ranjitkar
    Keymaster

    To 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.

    in reply to: Trying to add padding to my pages #4575
    sovit ranjitkar
    Keymaster

    We 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. 🙂

    in reply to: customizing comment area #4574
    sovit ranjitkar
    Keymaster

    Yes, you can customize it through CSS. Where you want to reduce the space each and every comment post or what?

Viewing 15 posts - 16 through 30 (of 55 total)