3 Betheme Solution required

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. 

3. Last issue is regarding blog post padding, the post content is too much on the right and we'd like a margin gap and the layout should look exactly like this: http://thewirecutter.com/reviews/best-home-bluetooth-speaker/

Please help resolve these three issues.

Comments

  • P.s. I also want to use a call to action at the bottom of my homepage, i tried adding fancy header but it looks awful.


    Please suggest how I can achieve a good call to action.

    Thanks
  • P.s.s I want to use White color background on Blog Page and Blog posts.

    Current background across all pages is: EFEFEF

    On Blog page I added a custom code to change color but I want this color across all posts automatically 


    Please provide a solution for this as well.

    Sorry for the trouble but i'd have forgotten have i not written all this at once.
  • Hi,

    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; }
  • Hi,

    Thanks for getting back to me.

    1. I've managed to change the color but on hover, it doesn't change color to black like a regular link.
    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.

    3. No problem.

    4. I am using a Fancy divider on the homepage but unable to achieve a good layout, can you provide a code that i can use?

    5. Fixed, thanks.

    6. On blog page, when we place cursor on thumbnails, there is a slide-up icons of link and microscope, how to turn it off?
  • P.s. Is there a way to use Call to action across the website as part of footer?
  • 1. To change hover color, you need to make the number next to link as link as well and then use the following css:
    .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; }
  • Hi,

    Thanks for getting back to me. Everything is fixed.

    1. When we open the single post, the subheader title h1 is removed but on page source it still shows which will be crawled by Google.

    How do you suggest removing it?

    2. On the Footer, i want to keep a font size smaller than the body but in Betheme options there is same option for font size that is applicable to body content and footer. Please let me know how I can change it.

    Perhpas you can provide a css code to force different font size for footer.

    Thanks
  • 1. To remove title tag from the code completely, you need to modify theme files but please notice that files customization in reference to Item Support Policy are not allowed. So if you want to modify theme files and don't know how, you need to contact with your admin.

    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; }
  • Thank you so much for your help. 

    Really appreciate it.

    I will message if i need anything else.

Sign In or Register to comment.