Tagged: customization, enfold
-
AuthorPosts
-
August 22, 2013 at 9:15 am #28231
Hi,
my site link is http://career.guru99.com/
I am using your enfold theme.i want some customization in the theme.
1) Remove search button from header
2) apply different color to title and links to differentiate between them
3) enlarge font size to 14px
so how can i do this
4)how to include google search in header
see this image for what i am actually need
http://screencast.com/t/gTwaghZo
please help
August 23, 2013 at 1:17 am #136921Hi,
1.) I think you managed to remove the search button.
2.) Remove the custom.css that you added:
.main_color a {
color: #f05a1a !important;
}Use this instead:
.main_color .post-title a {
color: red !important;
}3.) Use this:
body {
font-size: 14px;
}4.) Edit header.php, find this code:
<div id='header_main' class='container_wrap container_wrap_logo'>
Add the google search code below.
Regards,
Ismael
August 23, 2013 at 5:21 am #136922Hi Thanks for a reply. i have one more issue
please refer this
http://screencast.com/t/oGjuVpls84O
here i want is color of links in tags has also orange color
and i want black color for that so what i have to do?
August 23, 2013 at 6:11 am #136923August 23, 2013 at 8:07 am #136924And whats about second part
I dont want to display this much tags
i want only maximum four tags
refer this-http://screencast.com/t/4sDcnz105
August 23, 2013 at 9:43 am #136925how to do this
refer this http://screencast.com/t/Xq5OZdoY
August 23, 2013 at 10:37 am #136926also i have some categies
please refer this http://career.guru99.com/category/career-guide/
when user click this category and open the particular category.
Now i want to change look of this category. content of this page should be in block so how can i do this.
please see what i want
http://web.guru99.com/tag/controlstructure/
please help
August 23, 2013 at 11:07 am #136927please reply to this
this is urgent i have to launch my site
August 23, 2013 at 11:15 am #136928For implement google search you have tell me to search this line in header.php
<div id=’header_main’ class=’container_wrap container_wrap_logo’>
but there is no such code in header.php
August 24, 2013 at 2:44 pm #136929Hi kriru,
Just a general FYI each time you respond to your own post it moves the topic to the end of our Queue since our queue system goes by oldest content to newest.
As for your issues, I don’t know where this image comes from or how you generated the content so I can’t say how you would change anything within it: http://screencast.com/t/Xq5OZdoY
The tags code does not have a limit on how many to display. So you will need to find a plugin that lets you choose the number of tags to display.
Individual category customization is a bit difficult with WordPress. There are no pages to edit in the WordPress admin so you need to create your own php file just for that category page and customize the page using php/html/css. See: http://codex.wordpress.org/Template_Hierarchy#Category_display
This code is on line 124 in your header.php file in the theme files:
<div id='header_main' class='container_wrap container_wrap_logo'>
It must be there or the site wouldn’t be working.
Regards,
Devin
-
AuthorPosts
- The topic ‘Remove serch button from header’ is closed to new replies.