Site logo

Archived topic

Difficulties with the buttons and the size of the sections

3 replies · Started by jerome on August 12, 2019

Viewing posts 1–4 of 4

Hello,

First of all, excuse me for my english. It's not my mother tongue. :)

I write to you because I meet some difficulties on the site of a customer. The theme used is "Marketer".

1) The buttons (side bare and footer)

For the sidebar, I use your "Product Highlight" widget. My problem is in the button. Sometimes it's blue and sometimes white depending on the pages / articles I'm on. I wish it is always in blue.

How can I do this?

The same problem arises with the white button at the bottom of the page. Sometimes they are blan (desired result) and sometimes they do not appear / they confound with the background color.

2) The width of the sections

Regarding the text "About" at the bottom of the page the last paragraph does not give a good "rendering". Ledite rendering is:

"Diplômé en psychologie et en
communication, Eduardo met aujourd’hui la
magie des mots au service
des entrepreneurs, blogueurs et
infopreneurs."

I wish a more harmonious rendering of the style:

"Diplômé en psychologie et en communication,
Eduardo met aujourd’hui la magie des mots
au service des entrepreneurs, blogueurs
et infopreneurs."

How can I do ? Is it possible to slightly increase this section and the section corresponding to this text? Other solution ?

Thank you and Best regards,

Jerome

Hi Leo,

Thank you for your message.

However, it does not help me. :)

The "side bare" button is sometimes in white and sometimes in blue.

I have seen in the "color" and "button" in the settings but I do not see any difference between the two types of buttons (side bare and footer).

Here is the configuration:

Background: blue

Text: white

Background hover: blue

Text hover: white

For the buttons in footer, they disappear when I visit the site on google chrome. They appear in white and sometimes merge on safari.

By the way, I do not understand how to use the resource you are talking to me about. What should I do. To know: I'm not at all comfortable with the code. :)

What I want:

Bare side button: Blue button and white text (on All pages, including articles)

Buttons at the bottom of the page: White buttons and black text

In addition, the button must go to a dedicated page.

Thank you for your help and Best regards,

Jerome

If you go to Appearance > Widget and view the sidebar widget with the button, you should see this as the HTML:
<a class="button light" href="#">Learn more</a>

You can remove the word light so the HTML becomes this:
<a class="button" href="#">Learn more</a>

Then replace # with the desired URL destination.

Might need to learn a bit of HTML. This site is really good:
https://www.w3schools.com/tags/tag_a.asp

This archived topic is closed to new replies.