-
AuthorPosts
-
January 15, 2014 at 6:47 am #209873
Hello,
1. How can I disable the time and day release information, that appears if I select “Enfold Latest Portfolio” widget for sidebar. I’d like to display title only, without any information about time and date of release underneath.
2. If I chose portfolio grid with the link handling “open a preview of the entry (ajax portfolio)” and click on it to come further to the portfolio page itself after preview, how can I change the size of the image that is shown on top? Its cutted. I would like to display it smaller but not cutted.
3. How can I change colours of Icon List Symbols manually?
Thank you!
milatchJanuary 15, 2014 at 7:41 am #209893Hi milatch!
1.) You can add this on Quick CSS to remove the date and item on Latest Portfolio Widget:
.news-time { display: none !important; }2.) You can change the width of the portfolio featured image using this:
.single-portfolio .page-thumb img { width: 300px; }3.) Use this to change the iconlist icons color:
.iconlist-char { color: red; }Cheers!
IsmaelJanuary 15, 2014 at 8:20 am #209902Hey Ismael,
thank you, that worked fine.
Just to 2. point: The picture is still cutted on top and on the bottom. How can I avert that?
And to 3. point: The symbol inside changes colour, but how can I change colour of the circle?
Thank you!
January 15, 2014 at 8:52 am #209917Hi!
2.) Please give us a link to the actual single portfolio page.
3.) Change the iconlist background using this:
.main_color .avia-icon-list .iconlist_icon { background-color: red; }Best regards,
IsmaelJanuary 15, 2014 at 7:47 pm #210233This reply has been marked as private.January 17, 2014 at 9:56 pm #211390This reply has been marked as private.January 20, 2014 at 9:33 am #212136Hey!
Open up /wp-content/themes/enfold/single-portfolio.php and replace
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';with
$avia_config['size'] = 'full';Regards,
PeterJanuary 20, 2014 at 4:42 pm #212309Thank you Peter!
-
AuthorPosts
- The topic ‘Portfolio questions’ is closed to new replies.
