dianaclient
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Hello.
Please excuse me again friend @rynald0s
I’m having some problem with the tone of the fonts.
I would like the letter to be bold , since now the color is ” Gray ”I’ve tried to find CDN links to font-weight: bold from University, but I don’t know how to get the black or bold font.
Can you tell me any ideas to achieve this ?Thank you
- This reply was modified 2 years, 9 months ago by dianaclient.
Forum: Plugins
In reply to: [WooCommerce] What should I do to configure TPV or Payment by bank card?Thank you, you have been very kind, @ihereira
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Well, I must say that I finally solved the problem.
The solution was in @rynald0s comment, call the Fonts from CDN.First it didn’t work, but it was my mistake since I was calling font-family wrong, I did it like this: font family
Fixed this bug, everything started working.
I must say that it was thanks to you, my thanks.
@ihereira , @hegenberg , @kaushiksomaiya , @shaonback2Greetings and never stop being so kind
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Well, I must say that I finally solved the problem.
The solution was in @rynald0s comment, call the Fonts from CDN.First it didn’t work, but it was my mistake since I was calling font-family wrong, I did it like this: font family
Fixed this bug, everything started working.
I must say that it was thanks to you, my thanks.
@ihereira , @shaonback2 , @hegenberg , @kaushiksomaiyaGreetings and never stop being so kind
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Thanks.
Another flop, doesn’t work either
I don’t know what to do friend @rynald0sForum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Thanks again @rynald0s
I haven’t done this yet.
I insert this into my styles.css file and then…
How do I call this font in my custom
CSS
?You have seen on the screenshot the element to which I have to add this font.
And I have done so many tests, that I no longer know the proper way
What would be the correct way to add the Font to that class?
I show you an example that I used, but it didn’t work:.site-title-main { font-family: "university-roman", Arial, sans-serif; }
Thanks again for your support, I’ll be waiting
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Hello @kaushiksomaiya
I made the changes you suggested, but it doesn’t work either.
This is already a “chaos” with the changes I made.
I show him a screenshot of the DIV to which I want to add the new FontsI hope you have an idea, this is frustrating
I am waiting
I have uploaded the screenshot to this site, imgbb.com, since I don’t know how to add them here
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Thanks for your support @hegenberg ,
I have added your example to my website, but it doesn’t work, the fonts don’t change
This is incredible, it’s been 8 days now without getting a solution.
I don’t understand what I must be doing wrongForum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Thanks for your support.
I am using the Flatsome ThemeI have added the new font to the following directory
1 – I have created the fonts folder in the following path of my directories:
wp-content/themes/my-Theme/fonts/university-roman.otf
2 – I add the following code to the styles.css file:
@font-face { font-family: university-roman; src: url(https://myWebsite.com/wp-content/themes/my-Theme/fonts/university-roman.otf); font-weight: normal; }
3- I have added the css corresponding to the text where I want to add the new fonts:
.site-title-main { font-family: "university-roman", Arial, sans-serif; }
Still, I am not successful, and the font that I need is not displayed
Forum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?Hello
You are free to close the topic if you see fit @ihereira ,
For my part, I must tell you that I still haven’t found a solution to my problem.
The solutions proposed by @shaonback2 @@, did not work for me.
Well, the Plugin you have suggested to me, I have not used it.
I don’t want to use any more plugin on the website
I’m still looking for a solution.
If you close the topic, no one else will come up with new ideas.Thanks for your understanding. I’ll look elsewhere for help or ask the question again.
All the bestForum: Plugins
In reply to: [WooCommerce] How to change the font of the product titles?I am sorry to tell you that we have little experience and we are building the website locally.
If you can’t help me, it’s a pity, I’ll keep looking for a way to get my needs.
Thanks for your interestForum: Plugins
In reply to: [WP Hotel Booking] How to increase the number of adults to choose?Perfect companion, I’ve only added the numbers of people and it shows up in the search
Thanks for your quick response.Forum: Fixing WordPress
In reply to: Why is the content stretched on mobile devices?Hi.
I have managed to solve the problem of my site, which caused the content to spread horizontally, breaking the page.
I simply added css to prevent the cookies pages from extending the content, and this solved the error.li { ???? overflow-wrap: break-word; }
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Why does not Analytics show visits to my site?Although they have not helped me, I have to say that I solved the problem
I had bad tracking identifiers.Thanks for your fast answer @rainbowgeek.
The problem is that I do not know what to eliminate so that that special part disappears.
The rest if they are correctly.
I show an image to see if you can give me an idea.
https://ibb.co/61cLBsv
Thank you