Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1609422
Custom CSS
Closed

Comments

  • Stohansl started the conversation

    Hello,

    I'm not sure If it is question for you, but my site is generating some custom.css (called custom-???????.css, today its custom-t815l8ke.css) I changed custom.css regarding size of H2-H4 for responsive view, but this alternating css file is still reseting my settings from custom.css.

    Can you please help me? Thank you

  • [deleted] replied

    Hi,

    custom-xxxxxx.css file is generated from theme options.

    Where and how did you add styles for H2-H4?

  • Stohansl replied

    thank you, I am perfectly fine to setup in theme options, but I guess it is not possible to setup viewport size, therefore I have OK size on desktop, but very small size on mobiles (attached).

    If there is a viewport possibility I can just font-size: 10vw;

    Can you please give me some possiblity to adjust fontsize to make sense on mobiles?

  • [deleted] replied

    Try to use next example in custom css in theme option:

    @media (max-width: 1000px) {
        h2,
        .title-h2 {
            fonts-size: 10vw;
            line-height: 10vw;
        }
    }

  • Stohansl replied

    Thank you very much, So I have 2 additional questions.

    1.) I've tried to edit directly custom.css first, can you please tell me what is the priority? There is no chance to edit any css files and all the changes I should write into Custom CSS box in theme options? Am I right?

    2.) Is there a chance to change responsive boundries for different views? (desktop, tablet, landscape mobile, portrait mobile)? I know there was and option in some old version of Visual Composer (WP bakery).

    Thank you

  • [deleted] replied

    1. File custom.css is not used if you have custom-xxxxxx.css. And we don't recommend edit it because all changes will be lost after save theme options.

    2. Sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

  • Stohansl replied

    Thank you, it's all alright. 

    But one more thing. How can I disable hamburger menu on mobile view? I have a menu (only 2 items: facebook button and "Buy Now" button). I would like to have is visible on mobile view also.

    Btw. great job on The Gem, it is just amazing.

  • [deleted] replied
    Sorry, by default it's not possible.  It's requires some code changes (it's not a couple lines of code).