Title Alignment, Icons, and other things
Sorry to bombard you, I found most of the code changes in your forum that I wanted but these issues below I could not find.
Interior Page Header Image
1. The image tiles on large computer screens how do we stop that?
Fancy Headers
2. I would like to align the Fancy Headers to the left
Photo Box
3. I would like to align Photo Titles to the left
4. I would like the title not to be displayed when you hover. I tried this code and I can still see the link.
.image_frame .image_wrapper .image_links { display: none !important; }
See bottom of page here: http://test.thegetsmartblog.com/?page_id=6027
5. I would like to hide or remove icons (phone icon & author icon in comment box)
6. I would like to hide shopping cart icon to the right of the navigation
Navigation
7. We do not want a logo in the navigation, we would like to move the menu to the left and increase the font size of each page how can we do that?
Header Layout
8. I would like to remove the header images & options from the theme admin panel
Appearance
9. I would like to remove the BeTheme Demo Content text from the theme appearance menu
Child-theme
10. If I want to use a child theme instead of the custom css box in the admin panel will that cause any issues? We want updates to be as easy as possible.
Comments
2. .fancy_heading .title, .fancy_heading_icon .icon_top, .fancy_heading .inside { text-align: left; }
3. .wp-caption-text { text-align: left; }
4. Above css must work because we do not have any other css for that.
5. Please show us where you got this box.
6. Theme options > Getting started > Shop section.
7. Please send url to page.
8,9. This is not possible.
10. Should be fine but please check before you will start working.
3. The photo box titles are not aligning to the left, please look at volunteer and Membership images at the bottom of this page http://test.thegetsmartblog.com/?page_id=6064
4. It worked now.
6. I don't have a shop option under Theme options > Getting Started. I have General, Sidebars, Blog, Portfolio, Sliders, Under Construction
7. http://test.thegetsmartblog.com/ In the site navigation we have removed the logo and would like the title of the pages to be larger.
3. .photo_box { text-align: left; }
6. It means you have old theme version.
7. Do you mean "menu items" larger or what?
2.
3. I would like to remove published by, author name, and author icon from blog posts and blog page
2. To remove date from portfolio page, please use below css: 3. This can be done with below css:
@GSG Please send us url to page where you got this author filter and we'll have a look.