Hi,
I have three queries
1. The regular hyperlinks are red in color and on hover they turn black, however anything hyperlinked in h3 is not turning to red, please check here:
We've hyperlinked the numbered product titles.
2. On Blog posts, we see the H1 Title in Subheader as well as post title. Can you suggest a fix for this? Perhaps any alternate design where we can use breadcrumbs only in an aesthetic way. We can then add the Page titles manually on each page as H1 tag but the header area should look very good.
Please help resolve these three issues.
Comments
1. To change h3 colors and links inside single post page, you need to use:
.single-post h3 a, .single-post h3 { color: #FFF !important; }2. Do you mean to remove the title from subheader on single post pages and move breadcrumbs to the left side?3. We are sorry but we do not have any option to move the content the same way as on your example.
4. Please use Call To Action item instead. All details about Call to Action you can find on http://themes.muffingroup.com/be/theme/shortcodes/content-elements/#calltoaction
5. To change background color on single post pages, please use:
.single-post #Content { background: #FFF !important; }https://hafiz786.staging.wpengine.com/best-dslr-mirrorless-lens-for-video-sony/
2. Yes, if possible to remove subheader on single posts, not sure about the placement where it would look good, it can be on the center but we need to resolve duplicate h1 tag issue.
.single-post h3 a:hover { color: #000 !important; }2. To remove title from subheader, use:.single-post #Subheader .title { display: none !important; }4. You need to use CALL TO ACTION item if you would like your call to action to look nice. You can set call to action as a part of footer as well under Theme options > Footer section.6. To remove those icons, please use:
.image_frame .image_wrapper .image_links { display: none !important; }File responsible for single post page is includes/content-single.php file.
2. Ok, so to decrease font size in footer, please use:
#Footer { font-size: 14px !important; }