Ankur DalsaniYa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GK Portfolio] remove search boxTwo Option…
1. Add css code
normalize.css file in Line number 312 Replace code..
form { margin: 0; display: none; }2. template page in remove Form …
Forum: Installing WordPress
In reply to: How do I create Database?follow steps….
1. Cpanel in create user
2. Create datebase
3. Add full permissions this database and add user permission
4. After add wp-config.php file in this info/* MySQL settings */ define( 'DB_NAME', 'database_name_here' ); define( 'DB_USER', 'username_here' ); define( 'DB_PASSWORD', 'password_here' ); define( 'DB_HOST', 'localhost' ); define( 'DB_CHARSET', 'utf8' ); /* MySQL database table prefix. */ $table_prefix = 'wp_';Forum: Themes and Templates
In reply to: Vantage text size circle icon widgetsHello skill
Open style.css file and line no 2249, CLASS name .widget_circleicon-widget .circle-icon-box p.text Change Code.
.widget_circleicon-widget .circle-icon-box p.text { margin: 0; color: #5e5e5e; font-size: 17px; margin-bottom: 10px; }Thank you..
Hello, Dear
I thinks Your Site in css conflict problem. This problem Solution in Background color is Important apply …
.button-submit:hover { background: #348E00 !important; }Thanks.
Forum: Themes and Templates
In reply to: How to change header color in accelerate themeHello Sam,
CSS file in not a add new class or delete. This site style sheet “style.css” file in already available this class any time Theme update or reset it’s time not a any Problems….
Forum: Themes and Templates
In reply to: How to change header color in accelerate themeHello,
You can try style.css file in line number 486 change..
#header-text-nav-container { border-bottom: 1px solid #F2F2F2; background-color: #6AAB4D; }You can choose the colors as per your requirement.
Thanks.