Okay
  Public Ticket #1540435
Where to change layoutor title of "all rooms"
Closed

Comments

  •  1
    lunte02 started the conversation

    Hi Anna,

    perhaps I'm blind but I can't figure out how how to style or change title of "all rooms".
    Could you help me out please?


    Thanks and best regards,
    Lars

  •  608
    WordPress replied

    Hi,

    You can translate in plugin WPML 


    Thanks,

    Anna



  •  1
    lunte02 replied

    Hi Anna,


    THANKS!
    I never would have checked there!

    How can I change the layout i.e. backgroundcolor of this page?

    If I check the description-boxes they have different heights on that page. Can you check this please?

    Thanks & best,
    Lars

  •  608
    WordPress replied

    Hi,

    You can edit background color in Solaz Option -> Skin -> General


    If I check the description-boxes they have different heights on that page. Can you check this please?

    You can explain in more detail. I do not understand. Or you can take screenshots.

    Thanks,

    Anna



  •   lunte02 replied privately
  •  608
    WordPress replied

    Hi Lars,

    Hope you have a great day!

    I set min height for the description box. 

    @media (min-width: 361px){

    body.post-type-archive-hb_room .rooms .hb_room .room-info {
    min-height: 193px;
    }

    }

    You can check the site now. Make sure to clear the cache. 

    Thank you!

    Anna



  •  1
    lunte02 replied

    Hi Anna,

    thanks for your response. This CSS-tuning seemed to do the trick!

    Best,

    Lars

  •  1
    lunte02 replied

    Hi Anna,

    this one slippep through:

    How can I change the layout i.e. backgroundcolor of this page or add a picture?

    Thanks and regards,

    Lars


  •  608
    WordPress replied

    Hi,

    You can goto SOlaz Option -> Select tab Skin -> General -> Background


    Thanks!

    Alex Vũ


  •  1
    lunte02 replied

    Hi Anna,

    thanks for your response. You're right regarding "General Background Color" for pages.

    But for "Rooms", the dynamical generated overview-page, this seems not to work. Is it to be written in the .php-code directly?
    For better understanding I enclose a screenshot of the page.

    Is there a way to hide the pagetitle and ad a banner instead? Or can I wrangle the page with cisualbakery somehow? I'm totally unsure where this files hides.

    Best,
    Lars

  •  608
    WordPress replied

    Hi,

    I add style css  in child theme:

    body.post-type-archive-hb_room {
        background: #000;
    }
    Thanks!

    Alex Vũ