-
AuthorPosts
-
June 12, 2015 at 10:46 am #458281
Hi,
I’m facing three issues while building a website, if you can provide me with some quick css solutions for my problem then it will be great:
1. I need to create a bullet list for my product feature but I found there is no bullet list designing in your theme. How to edit the default round grey looking bullet list to something more advance / creative one.
2. How to edit blockquote. Means I need to change the shape of the blockquote from Straight Line with an Arrow or something.
3. How to block search page. Means if anybody type ( http://mydomain.com/?s= ) they redirected to the search page where they can search for the things like secure hidden download page and all. I need to block this up.
Thanks in Advance ;)
June 13, 2015 at 10:07 am #458721Hey Hardeep!
Thank you for using Enfold.
1.) You can use the Icon List element. A screenshot of what you’re after will help.
2.) You can modify the blockquote element in the Quick CSS field. This is the default styling:
blockquote { border-left-style: solid; border-left-width: 7px; padding-left: 20px; margin-bottom: 1em; margin-right: 1em; font-size: 1.235em; line-height: 1.5em; }
3.) What do you mean by “block”? Are you trying to make it private?
Regards,
IsmaelJune 15, 2015 at 9:53 am #459187Hi,
Thanks for your reply.
1. I don’t think so Icon List element would do my work. Please see the screenshot what exactly I mean to say : http://s29.postimg.org/x4mteix4n/Screen.jpg
2. I also find the this quick css but unable to edit it. If I want to edit its shape to something like an arrow, then what exactly I need to add ?
3. Block means blocking users to access my search result page or blocking the entire search thing from my website.
Thanks
June 16, 2015 at 9:28 am #459906Hey!
1.) Use the icon shortcode inside the list element. Or do something like this: https://kriesi.at/support/topic/replace-bullets-with-icon-font/#post-429401
2.) Please provide a screenshot. Use imgur or dropbox.
3.) You can disable the search icon on Enfold > Header > Extra Elements panel. Disable the Append search icon to main menu option.
Regards,
IsmaelJune 16, 2015 at 9:51 am #4599151. Thanks will try this up.
2. Arrow like an normal arrow or any other shape, I can’t provide you with the specific screenshot.
3. I know how to disable the search icon, But I want to know how I can disable the entire search functionality. Means how I can disable the page like this : http://kriesi.at/?s=p
June 17, 2015 at 2:02 pm #460768Hey!
2- Please add following code to Quick CSS and change Kriesi logo to arrow you would like to use
blockquote { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: -14% 50%; }
3- Please see – http://www.wpbeginner.com/wp-tutorials/how-to-disable-the-search-feature-in-wordpress/
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.